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

Web GUI testing #50

Merged
merged 6 commits into from
Nov 12, 2016
Merged

Web GUI testing #50

merged 6 commits into from
Nov 12, 2016

Conversation

artbez
Copy link
Contributor

@artbez artbez commented Oct 21, 2016

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

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
@artbez artbez changed the title Web GUI testing #36 Web GUI testing Oct 21, 2016
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
@@ -6,6 +6,9 @@ os:
- linux
dist: trusty

addons:
firefox: "50.0"
Copy link
Member

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"?>
Copy link
Member

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

@jzuken
Copy link
Member

jzuken commented Nov 4, 2016

we need a wiki page with instructions on how to setup all gui testing environment on developers' computers

@TanVD TanVD self-assigned this Nov 4, 2016
1. Rename UI-testing to ui-testing
2. Remove firefox addon from travis
@artbez artbez force-pushed the web-gui-testing branch 3 times, most recently from 909b31a to 4458fd2 Compare November 8, 2016 14:32
Add possibility to run callTomcat.sh from gui-tests in oder to check is tomcat setuped or not
@jzuken jzuken merged commit 856dbd7 into qreal:web-gui-testing Nov 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants