Added duckduckgotest
This commit is contained in:
@@ -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