Skip to content

Commit a4c3238

Browse files
samiran-bsroy-de-kleijnrathilpatel
authored
testng_r1 (#3)
BrowserStack Examples TestNG Release 1.0 Co-authored-by: Roy de Kleijn <roy.k@browserstack.com> Co-authored-by: s7arlord <rathilvasani@gmail.com>
1 parent 09fe1db commit a4c3238

35 files changed

Lines changed: 2144 additions & 2 deletions

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
*.iml
2+
.allure/
3+
target/
4+
.project
5+
.settings/
6+
.classpath
7+
.idea/
8+
build/
9+
logs/
10+
bin
11+
test-output
12+
doc
13+
chromedriver.log
14+
testng.out.xml
15+
.DS_Store
16+
settings.json
17+
local.log
18+
.gradle/
19+
src/test/resources/drivers/

0 commit comments

Comments
 (0)