akuznetsov-lineate-qa
Results
2
comments of
akuznetsov-lineate-qa
When I using ```js it('test',()=>{ this.skip(); }) ``` Cypress says: > TypeError: Cannot read property 'skip' of undefined So, can we really mark the test as Skipped inside? Cypress version...
@dialex yeah, thanks, but it works partly. It really works if your test run contains only this one test or this skipped test is last in your test run. But...