-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uiveri5 with Karma #262
Comments
Alright so a small update from my own side. I've added this to my karma.conf.js file
};` I have my sample test.spec.js file in my root. I can now run the test, but i get the error that element is not defined. This is the output of my tests This is my test.spec.js
}); |
Hi Jacob, |
Hi,
I'm looking into code coverage and want to get coverage for my uiveri5 tests.
I've done it with a "hack" now using ui5-middleware-code-coverage which does work. I'm the author of this npm package as well and are currently refactoring it to get it working with NYC instead of istanbul. But this is causing me some grief.
Then I thought we could use Karma to generate the reporting using existing plugins. I can see that jasmine can run using karma. But I'm not sure about uiveri5. Hence the question.
Can uiveri5 run with Karma or is there any intention of building that functionality?
The text was updated successfully, but these errors were encountered: