Skip to content
Snippets Groups Projects

Changes to run test suit only once instead of thrice

Merged Neha Sarda requested to merge SuiteRunningThrice into master
1 unresolved thread
Files
2
+ 1
1
@@ -62,7 +62,7 @@ Below command has to be run post building complete project.
cd testing/schema-test-core
mvn verify -DVENDOR=gcp -DHOST=https://open.opendes.cloud.slb-ds.com -DPRIVATE_TENANT1=opendes -DPRIVATE_TENANT2=tenant2 -DSHARED_TENANT=common -Dcucumber.options="--tags @SchemaService"
mvn verify -DVENDOR=gcp -DHOST=https://open.opendes.cloud.slb-ds.com -DPRIVATE_TENANT1=opendes -DPRIVATE_TENANT2=tenant2 -DSHARED_TENANT=common
Below command can be run through azure-pipeline.yml after setting environment variables in the pipeline.
Loading