mocha-steps icon indicating copy to clipboard operation
mocha-steps copied to clipboard

Sequential scenarios for mocha

Results 18 mocha-steps issues
Sort by recently updated
recently updated
newest added

When running the following test suite, the failed middle step causes all tests, including previously passed tests, to be marked "pending". This behavior seems unintentional, or at least ambiguous. Am...

Hello. I try to configure mocha-steps with cypress and mochawesome reporter. Does anyone already configure mocha-steps with cypress and mochawesome reporter ? I'm facing an issue with mocha-steps require (eg....

Hi, I have some programatical cleanup happening in my beforeEach block for my tests. I do not want this cleanup to happen in between steps. Is it possible to know...

``` node_modules/mocha-steps/lib/mocha-steps.d.ts(3,45): error TS2694: Namespace 'Mocha' has no exported member 'Func'. node_modules/mocha-steps/lib/mocha-steps.d.ts(3,72): error TS2694: Namespace 'Mocha' has no exported member 'Test'. node_modules/mocha-steps/lib/mocha-steps.d.ts(4,46): error TS2694: Namespace 'Mocha' has no exported member...

I noticed that you declared in the packacge.json file that it is MIT, however I noticed that you do not have a dedicated LICENSE file. We would like to use...

I Didn't understand the statement "Simply run --require mocha-steps" I was just running the project like >> mocha simpleTest.js what is the issue?

To work on cypress we should add this to step function ```js cy.on("fail", (error, test)=> markRemainingTestsAndSubSuitesAsPending(test)) ```

When I tried to debug a mocha test in Visual Studio Code its throwing the following error - ReferenceError: step is not defined Below is the copy of my launch.json...

I'm getting the following error when calling `step()`: > Error: Invalid Chai property: catch. Did you mean "match"? Any idea?