Skip to content

Commit

Permalink
ADD minor changes in pom, test-integration.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
matusmacik committed Jul 9, 2018
1 parent 311c8a4 commit 32e1e60
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
@@ -1,2 +1,2 @@
webdriver=
webdriverLocation=
webdriver=webdriver.chrome.driver
webdriverLocation=C:\\Users\\matus\\chromedriver\\chromedriver.exe
7 changes: 6 additions & 1 deletion tools/schrodinger/testng-integration.xml
Expand Up @@ -15,5 +15,10 @@
~ limitations under the License.
-->
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="integration" parallel="false" verbose="1">
<suite name="unit" parallel="false" verbose="1">
<test name="Schrodinger" preserve-order="true" parallel="false" verbose="10" enabled="true">
<classes>
<class name="schrodinger.scenarios.UserPhotoTests"/>
</classes>
</test>
</suite>

0 comments on commit 32e1e60

Please sign in to comment.