image: katalonstudio/katalon services: docker: memory: 7128 commonTestSuite: &commonTestSuite script: # Run Test #- katalon-execute.sh -browserType="chrome (headless)" -retry=0 -statusDelay=15 -testSuitePath=${TESTSUITEPATH} -executionProfile="PH_Dev" -apiKey=${APIKEY} --config -webui.autoUpdateDrivers=true - katalonc -noSplash -runMode=console -projectPath "select-care-shared-automation-testing.prj" -browserType="Chrome (headless)" -retry=0 -statusDelay=15 -testSuitePath=${TESTSUITEPATH} -executionProfile="PH_Dev" licenseRelease = true -orgId=545469 -apikey=${APIKEY} --config -webui.autoUpdateDrivers=true artifacts: # defining the artifacts . - report/** services: - docker pipelines: default: - step: name: Run Test Suite - PH deployment: PH <<: *commonTestSuite