Closed turunenm closed 2 years ago
Limit configurability which was added in another PR Possible configurations:
duty acceptance-tests
duty acceptance-tests safari
duty acceptance-tests exitonfailure="false"
duty acceptance-tests safari exitonfailure="false"
Also added RESOLUTION_DEPENDENCY tag and added SetConfig WindowSize 1920x1080 to two failing tests
RESOLUTION_DEPENDENCY
SetConfig WindowSize 1920x1080
Limit configurability which was added in another PR Possible configurations:
duty acceptance-tests
-> runs tests with chrome and exits upon first failing testduty acceptance-tests safari
runs tests with specified browser and exits upon first failing testduty acceptance-tests exitonfailure="false"
-> runs tests with chrome and does NOT exit upon first failing testduty acceptance-tests safari exitonfailure="false"
runs tests with specified browser and does NOT exitAlso added
RESOLUTION_DEPENDENCY
tag and addedSetConfig WindowSize 1920x1080
to two failing tests