Added duckduckgotest
This commit is contained in:
@@ -6,6 +6,8 @@
|
|||||||
<content url="file://$MODULE_DIR$">
|
<content url="file://$MODULE_DIR$">
|
||||||
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
|
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
|
||||||
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
|
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
|
||||||
<excludeFolder url="file://$MODULE_DIR$/target" />
|
<excludeFolder url="file://$MODULE_DIR$/target" />
|
||||||
</content>
|
</content>
|
||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="inheritedJdk" />
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
package com.agile611.testng.webdriver;
|
||||||
|
|
||||||
|
|
||||||
BIN
src/test/resources/2-logo-B_activa.png
Normal file
BIN
src/test/resources/2-logo-B_activa.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 279 KiB |
BIN
src/test/resources/chromedriver-linux
Executable file
BIN
src/test/resources/chromedriver-linux
Executable file
Binary file not shown.
BIN
src/test/resources/chromedriver-macos
Executable file
BIN
src/test/resources/chromedriver-macos
Executable file
Binary file not shown.
BIN
src/test/resources/chromedriver.exe
Normal file
BIN
src/test/resources/chromedriver.exe
Normal file
Binary file not shown.
BIN
src/test/resources/geckodriver-linux
Executable file
BIN
src/test/resources/geckodriver-linux
Executable file
Binary file not shown.
BIN
src/test/resources/geckodriver-macos
Executable file
BIN
src/test/resources/geckodriver-macos
Executable file
Binary file not shown.
BIN
src/test/resources/geckodriver.exe
Executable file
BIN
src/test/resources/geckodriver.exe
Executable file
Binary file not shown.
10
src/test/resources/suite.xml
Normal file
10
src/test/resources/suite.xml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
|
||||||
|
<suite name="StartUsingWebDriver test examples"
|
||||||
|
allow-return-values="true" verbose="1"
|
||||||
|
parallel="tests">
|
||||||
|
<test name="all" parallel="classes" thread-count="4" time-out="240000">
|
||||||
|
<packages>
|
||||||
|
<package name="com.agile611.testng.webdriver.*"/>
|
||||||
|
</packages>
|
||||||
|
</test>
|
||||||
|
</suite>
|
||||||
Reference in New Issue
Block a user