Skip to content

Commit

Permalink
update the number of scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
rvancea committed Mar 4, 2020
1 parent cf7797b commit 485c06f
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions testng.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

<test name="basic1">
<classes>
<class name="ZaleniumTest"/>
<class name="GithubTest"/>
<class name="GoogleTest"/>
</classes>
</test>

Expand All @@ -16,19 +15,7 @@

<test name="basic3">
<classes>
<class name="GithubTest"/>
</classes>
</test>

<test name="basic4">
<classes>
<class name="ZaleniumTest"/>
</classes>
</test>

<test name="basic5">
<classes>
<class name="GithubTest"/>
<class name="GoogleTest"/>
</classes>
</test>
</suite>

0 comments on commit 485c06f

Please sign in to comment.