Skip to content
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

Tests on the client/JS side? #19

Open
pdonorio opened this issue May 17, 2016 · 4 comments
Open

Tests on the client/JS side? #19

pdonorio opened this issue May 17, 2016 · 4 comments
Assignees

Comments

@pdonorio
Copy link
Owner

Angularjs should be tested.

Also there are other options for web applications:
https://www.manning.com/books/selenium-webdriver-in-practice

@gianpierobozza
Copy link
Collaborator

I'm looking into finding a test suite for Angular JS

@pdonorio
Copy link
Owner Author

This depends on #20

@pdonorio
Copy link
Owner Author

Uh Oh, Jasmine exists also for Python (Django/Flask) :O

https://github.com/jasmine/jasmine-py

@gianpierobozza
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants