We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Angularjs should be tested.
Also there are other options for web applications: https://www.manning.com/books/selenium-webdriver-in-practice
The text was updated successfully, but these errors were encountered:
I'm looking into finding a test suite for Angular JS
Sorry, something went wrong.
This depends on #20
Uh Oh, Jasmine exists also for Python (Django/Flask) :O
https://github.com/jasmine/jasmine-py
Configuration for package.json to execute custom commands with npm it's possible to configure the above mentioned file with something like this:
"scripts": { "test": "karma start karma.conf.js --reporters html,dots" },
so you can execute from shell $ docker run pdonorio/jsdev npm test and launch the command to execute karma
$ docker run pdonorio/jsdev npm test
gianpierobozza
No branches or pull requests
Angularjs should be tested.
Also there are other options for web applications:
https://www.manning.com/books/selenium-webdriver-in-practice
The text was updated successfully, but these errors were encountered: