Calrification-Mocha Vs Jasmine #100
bajipogadadanda
started this conversation in
General
Replies: 1 comment
-
IMO Mocha has better retry mechanism but Jasmine has some other advantages too.
This would be more |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, Its been advised to use Mocha for WDIO(even it supports Jasmine, Cucumber), is there any specific advantage of using Mocha over Jasmine?
Also, for WDIO config, default FW option is mocha and it has below default option
mochaOpts: {
ui: 'bdd',
},
whereas I could able to develop execute my tests in non BDD/Gherkins format as below, so below is TDD format or BDD format?
Test example:
describe('test',async()=>
{
{
})
})
Beta Was this translation helpful? Give feedback.
All reactions