I'm trying to solve a problem, the tests pass when they are run locally using Katalon Studio, but when run in Katalon Studio Github Action some tests fail, I believe it is because the tests are running in a different version of the Chrome browser.
These are the parameters I am using:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Katalon Studio Github Action
uses: katalon-studio/[email protected]
with:
version: "9.0.0"
projectPath: "${{ github.workspace }}"
args: '-noSplash -retry=0 -browserType=Chrome -testSuiteCollectionPath="Test Suites/xxx" -apiKey= xxx --config -webui.autoUpdateDrivers=true'
You should use this pipeline with the following steps :