You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a method to enable harmony support if needed. So all harmony features can be used. With Istanbul and Angular 2 this is very usefull.
Harmony support can be enabled by installing the nutra-jasmine-coverage-babel-preset , adding a babelrc file to your root with the harmony features you want, and configuring nutra (with a nutra config file) to preprocess the files in question.
a timeout method. Let the tests timeout after x ms with inactivity.
This would likely be an implementation detail of the testing framework. Nutra is just a test runner.
retry. Set number of times to retry failed test cases
This might be a good addition but I would need a use case proposition to move forward with that.
a option to enable global names. Same features as seen in Mocha and Jasmine.
As mentioned above, this is a test runner, not a test framework, I don't think this addition would not make much sense.
Here is a few things I may think could be usefull to add.
The text was updated successfully, but these errors were encountered: