You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using cucumber-preprocessor and have tags for all my scenarios.
If I execute my tests from the terminal it runs correctly using npx cypress-tags run --env TAGS=@Rewrite
Following the docs here, I got to this configuration, but it is not working. It is running all specs (features) Even though it does recognize it. │ Params: Tag: @Rewrite, Group: false, Parallel: false
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v2
with:
record: true
tag: "@Rewrite"
env:
# pass the Dashboard record key as an environment variable
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
# pass GitHub token to allow accurately detecting a build vs a re-run build
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Am I missing something or it doesn't support cucumber-proprocessor tags?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using cucumber-preprocessor and have tags for all my scenarios.
If I execute my tests from the terminal it runs correctly using
npx cypress-tags run --env TAGS=@Rewrite
Following the docs here, I got to this configuration, but it is not working. It is running all specs (features) Even though it does recognize it. │ Params:
Tag: @Rewrite, Group: false, Parallel: false
Am I missing something or it doesn't support cucumber-proprocessor tags?
Beta Was this translation helpful? Give feedback.
All reactions