-
Notifications
You must be signed in to change notification settings - Fork 6
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 for user signup/login #76
Comments
This automation plug looks pretty promising: http://nightwatchjs.org/ |
Installing Nightwatch: In order to run nightwatch you first need to start selenium and this can be accomplished by running: |
Is there a good way to make nightwatch and selenium part of the normal dependencies for the project (i.e. having them in the It would be nice for us to be able to have this all included when running Also with that, an npm script to run the tests would be great as well. Let me know if that seems reasonable, or if it won't work or something like that. |
I got nightwatch and selenium to install locally. Just for testing I created a script to see if it would work using npm. This test can be ran using Edit: This does change how nightwatch and selenium is launched in order to run. New way to run it is: |
Hammer those pages with valid/invalid inputs.
would be super nice and awesome, but requires some research into browser automation testing
To Get Started:
The text was updated successfully, but these errors were encountered: