cypress-skip-test
cypress-skip-test copied to clipboard
Simple commands to skip a test based on platform, browser or a url
I think my idea basically boils down to whether it makes sense to have this plugin be advanced enough to conveniently handle multiple environment variables as opposed to just the...
Correct the it-description of the first example
### Description When using `cypress-terminal-report` with `enableExtendedCollector` enabled and `@cypress/skip-test`, the test will fail with a CypressError if the skip check is done in a `before` hook. The error below...
Cypress v12.1.0 Node 18.12.1 Code: `describe("test", () => { before(() => { cy.skipOn(1 < 2); }); after(() => { cy.visit(""); }); it("test", () => { cy.visit(""); }); });` **Current behaviour**...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | minimatch | [`3.0.4` -> `3.0.5`](https://renovatebot.com/diffs/npm/minimatch/3.0.4/3.0.5) | ### GitHub Vulnerability Alerts #### [CVE-2022-3517](https://nvd.nist.gov/vuln/detail/CVE-2022-3517) A vulnerability was...