infosum / cypress-tags

Use custom tags to slice up Cypress test runs
84 stars 21 forks source link

sync skip abort execution issue with cypress-tags #203

Closed gogoid88 closed 2 years ago

gogoid88 commented 2 years ago

The issue seems to be config-related not code related. The repo is private and protected so won't be able to share it.

Running - > "npx cypress-tags run -e 'TAGS=https://github.com/rerun' --headless" command with configuration below works fine. Cypress package version: 9.5.1 Cypress binary version: 9.5.1 Electron version: 15.3.4 Bundled Node version: 16.5.0

But running the same command with the below configuration gives the error "sync skip - aborting execution" Most probably an issue with the binary version of 6.0.1. Can you please check this? I narrowed it down.

Cypress package version: 9.5.3 Cypress binary version: 6.0.1 Electron version: 11.0.2 Bundled Node version: 12.18.6

gogoid88 commented 2 years ago

Can someone please check this issue.

Additionally if the tag is present in multiple feature files then cypress executes only one feature file.

annaet commented 2 years ago

Hi @gogoid88

This does not sound like an issue with the cypress-tags preprocessor.

However I would suggest using the same version of the cypress binary as your cypress package.