Skip to content

Commit ca55fb5

Browse files
Merge pull request #1 from browserstack/review
Review
2 parents c29dd35 + f8c8ec0 commit ca55fb5

33 files changed

+1869
-2
lines changed

.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/app/

0 commit comments

Comments
 (0)