enhancement system tests / QA Success

User tests: Successful: Unsuccessful:

avatar therunnergit
therunnergit
1 Nov 2015

This PR adds an additional optional parameter to run tests in different environments, and provides 3 new environments with different screen resolutions.

How to test

Execute the following commands:
vendor/bin/robo run:tests: will run the default desktop test
vendor/bin/robo run:tests --env=desktop: will run the default desktop test
vendor/bin/robo run:tests --env=tablet: will run the test at 768px width
vendor/bin/robo run:tests --env=phone: will run the test at 480px width (and it will fail, but that's not the issue addressed in this PR).

Notes

With this PR we switch from ordered arguments to named options. Previously we used the arguments only on Travis so this should not change anything in how we run the tests.

avatar therunnergit therunnergit - open - 1 Nov 2015
avatar Kubik-Rubik
Kubik-Rubik - comment - 1 Nov 2015

Works as described on a Windows machine. Please one more test on another machine. Thank you @therunnergit!

avatar Kubik-Rubik Kubik-Rubik - change - 1 Nov 2015
Milestone Added: 3.4.2
avatar javigomez
javigomez - comment - 4 Nov 2015

closing for #164

avatar javigomez javigomez - close - 4 Nov 2015
avatar javigomez
javigomez - comment - 4 Nov 2015

works:

screen shot 2015-11-04 at 12 50 57

this is part of #143

Add a Comment

Login with GitHub to post a comment