cypress-tags icon indicating copy to clipboard operation
cypress-tags copied to clipboard

Use custom tags to slice up Cypress test runs

Results 32 cypress-tags issues
Sort by recently updated
recently updated
newest added

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 4.8.2. Release notes Sourced from typescript's releases. TypeScript 4.8 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.33 to 18.7.13. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=17.0.33&new-version=18.7.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Im trying to add this Package to my framework, but after run npm install cypress-tags And copy import line to my cypress.config.ts Im simple getting this issue: Module "cypress-tags" has...

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'...

Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) from 4.3.1 to 4.3.3. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/chai&package-manager=npm_and_yarn&previous-version=4.3.1&new-version=4.3.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

My tests are written in Javascript. It is not working for that

Is it possible to retrieve the tags used for the test currently being executed? Maybe adding them to the _test_ object

enhancement

It would be nice to have before and beforeEach also be able to respect tags

enhancement

Having a test with the following structure ``` const test_step = (value) => { it(`test step ${value}`, () => { console.log(value) }) } describe(['foo'], 'my test set', () => {...

bug
confirmed

I left a comment on another issue [here](https://github.com/annaet/cypress-tags/issues/21#issuecomment-820499500), however after looking into this more, it really seems like it's a larger issue surrounding how preprocessing works in the cypress ecosystem....

enhancement