archick12 / qa_auto_5_ui

7 stars 8 forks source link

Run tests with WIP #54

Closed archick12 closed 6 years ago

spektorius commented 6 years ago

in testng.xml insead of groups <include name="UI"/>: <packages> <package name="ui"/> </packages> add inclusion of group "wip"

in utils.ListenerTest.java: change if-statement's condition to package.contains("ui") instead of group.contains("UI") and update releted code

delete "UI" from groups in @Test annotation in all test methods as they are deprecated

spektorius commented 6 years ago

That suggestion was the wrong way. Implemented using beanshell script in testng.xml