Skip to content
Snippets Groups Projects
Commit 1e82b901 authored by Georgi Michev's avatar Georgi Michev
Browse files

Delete devRun.sh

parent baba5646
No related branches found
No related tags found
1 merge request!27Clean files
Pipeline #52637 passed with stage
in 4 minutes and 17 seconds
#!/bin/bash
# This is the run command
./gradlew regressionSuite \
-PbaseUrl="http://localhost:8081" \
-Dcucumber.tags="@rest, ~@wip" \
-Dcourgette.threads=10 \
-Dcourgette.runLevel=Scenario \
-Dcourgette.rerunFailedScenarios=false \
-Dcourgette.rerunAttempts=1
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment