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

ui tests #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

isabelrios
Copy link

@isabelrios isabelrios commented Jan 31, 2017

First approach to have some ui tests. So far they have to ben run manually, I edited the readme file with the command. I can work to add them to travis but wanted to check this first approach.
Also, I have a question about some configurations to make them pass.
@ferjm please r? when you have some time.
Thanks!

it('should login if password is correct', function () {
// The password should be the one used in server -> dev.json file
return loginView.correctPassword('PasswordSet')
});
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure how we can set a default password for the tests. If it depends on the one created in dev.json, could we have that file by default? Or could there be another way?

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

Successfully merging this pull request may close these issues.

1 participant