diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 0fa2543..d948ffd 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -7,6 +7,8 @@ pipelines: - docker script: # Run Test - - katalon-execute.sh -browserType="Chrome" -retry=0 -statusDelay=15 -testSuitePath="Test Suites/TS_RegressionTest" + - katalonc.sh -projectPath=./ -browserType="Chrome" -apiKey=$KATALON_API_KEY -retry=0 -statusDelay=15 -testSuitePath="Test Suites/TS_RegressionTest" -licenseRelease=true -orgID $KATALON_ORG_ID artifacts: # defining the artifacts . - - report/** \ No newline at end of file + - report/** + +#KATALON_ORG_ID and KATALON_API_KEY must be stored as a repository variable