issues Search Results · repo:cypress-io/cypress-skip-test language:JavaScript
Filter by
36 results
(124 ms)36 results
incypress-io/cypress-skip-test (press backspace or delete to remove)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 After hook is still ...
MateuszKobiera
- Opened on Dec 15, 2022
- #196
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 ...
samtsai
- 1
- Opened on Aug 18, 2022
- #193
Ran into this little issue:
When:
const testUsers = [
{
username: Foo ,
testFeatureFoo: true,
},
{
username: Bar ,
},
];
testUsers.forEach( (user) = {
onlyOn(user.testFeatureFoo, ...
penchef
- Opened on Jan 10, 2022
- #172
When using onlyOn and cy.onlyOn, there s no cypress log to show the test was skipped because of the environment
You just see the test is skipped and can t see why
image
eloisetaylor5693
- Opened on Dec 30, 2021
- #171
cy.skipOn not work with cypress version 9.2.0 When run test with this version - test loaded many time and not close
stokrattt
- 3
- Opened on Dec 28, 2021
- #170
The image is saved on /screenshot and /videos folder as if it was an error (I only saved when fails) image Also, in the
Dashboard image
The tests passed, it is working as expected, but to have the red ...
melibe23
- 3
- Opened on Oct 6, 2021
- #168
Cypress: 8.4.0/8.5.0 Node: 14.0.0 Typescript: 4.3.2 We have nested describe structure for our test as shown below:
describe( someTest ,()= {
let someVar;
after(()= {
someVar=null;
});
...
Ashish-chamoli002
- Opened on Oct 1, 2021
- #167
Skipping test is useful, but that should be pairs with proper reporting. Knowing why a given test was skipped, having
only logs, is a must in many organizations.
I propose to expand the API to allow passing ...
cardil
- 1
- Opened on Jul 12, 2021
- #165
In v2.6.0, Typescript threw errors when onlyOn was imported, but worked correctly for cy.onlyOn. Now in v2.6.1 (after
https://github.com/cypress-io/cypress-skip-test/pull/143), Typescript correctly types ...
samueldmeyer
- 5
- Opened on Jun 22, 2021
- #164
Currently, only boolean value can be passed to skipOn/onlyOn. What about passing function which returns boolean and
async function as well?
MCFreddie777
- 1
- Opened on Jun 9, 2021
- #161

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.