TESTERY_TOKEN: ${{ secrets.TesteryTokenProd }}
- name: Set up Python ${{ matrix.python-version }}
- name: Install dependencies
python -m pip install --upgrade pip
pip install testery --upgrade
- name: Deploy Application
... logic to deploy your application ...
- name: Run Testery Tests
testery create-test-run --api-url https://api.testery.io/api --token "$TESTERY_TOKEN" --include-tags "smoke" \
--variable "TEST_URL=${TEST_URL}" \
--git-ref "$GITHUB_SHA" --project "example-webdriverio" --environment "testery-dev" \