You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Step 5: Kill the docker containers for each browser to clean up
$ docker-compose -p browsertestframework down
You can run the tests again by repeating Steps 3-5.
For repeated test runs, Step 3 can be simplified to "docker-compose build && docker-compose up -d".
It may not be necessary to run "mvn test-compile" for each test run.
Note: you can specify the user's information in the FindRate.spec file.
You can specify the initial test URL and the browser under which to test in user.properties
Test reports are available in the reports directory.
You can view the results of the test by opening FindRate.html in a browser after running the test. This file can be found in the html-report/specs directory.
You can watch the text execution when the browser images in docker-compose.yml are using the debug versions, by connecting to localhost:5900 (Firefox) or 5901 (Chrome) with VNC. When prompted for a password, use 'secret'
About
A Browser testing framework using Java, Selenium, and Gauge