We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb5578e commit cbf96d7Copy full SHA for cbf96d7
.github/workflows/run_e2e_be.yml
@@ -95,7 +95,6 @@ env:
95
# Keys
96
BROWSERSTACK_USER: ${{ secrets.TEST_BROWSERSTACK_USER }}
97
BROWSERSTACK_KEY: ${{ secrets.TEST_BROWSERSTACK_KEY }}
98
- CUCUMBER_PUBLISH_TOKEN: ${{ secrets.TEST_CUCUMBER_PUBLISH_TOKEN }}
99
# Settings
100
TESTID: ${{ inputs.test_id }}
101
NIGHTWATCH_HEADLESS: true
.github/workflows/run_e2e_fe.yml
@@ -99,7 +99,6 @@ env:
APPLITOOLS_API_KEY: ${{ secrets.TEST_APPLITOOLS_API_KEY }}
102
103
104
105
0 commit comments