-
Notifications
You must be signed in to change notification settings - Fork 7
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
Web GUI testing #50
Web GUI testing #50
Conversation
1. Add module for gui-testing 2. Add test with auth by login "123" and password "123" in order to open dashboard page 3. Add test with auth by random login and random password in oder to see error on the page
1. Make userWrongAuth test working correctly 2. Add wait to userCanLoginByUsername so that dashboard page managed to load
1. Add .property file for UI-testing in oder to specify profiles 2. Modify .travis.yml file so that it includes GUI testing
8c7e598
to
b47a85b
Compare
@@ -6,6 +6,9 @@ os: | |||
- linux | |||
dist: trusty | |||
|
|||
addons: | |||
firefox: "50.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we still need firefox? I thought now we use chrome
@@ -0,0 +1,76 @@ | |||
<?xml version="1.0" encoding="UTF-8"?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should rename it into lowercase for uniformity
we need a wiki page with instructions on how to setup all gui testing environment on developers' computers |
97839d6
to
3c22b60
Compare
1. Rename UI-testing to ui-testing 2. Remove firefox addon from travis
909b31a
to
4458fd2
Compare
Add possibility to run callTomcat.sh from gui-tests in oder to check is tomcat setuped or not
4458fd2
to
6d26e31
Compare
To solve #36 issue.
These tests use Selenium library. It setups chrome browser which simulates user actions.
Server must have Chrome browser installed for running tests