Skip to content

Commit 8083326

Browse files
committed
Update .gitignore and a console script that creates one
1 parent 802abe2 commit 8083326

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ report.xml
9999

100100
# Dashboard
101101
dashboard.html
102+
dashboard.json
103+
dash_pie.json
104+
dashboard.lock
102105

103106
# Allure Reports / Results
104107
allure_report
@@ -134,6 +137,7 @@ docs/*/*/*/*.md
134137
# Other
135138
selenium-server-standalone.jar
136139
proxy.zip
140+
proxy.lock
137141
verbose_hub_server.dat
138142
verbose_node_server.dat
139143
ip_of_grid_hub.dat

seleniumbase/console_scripts/sb_mkdir.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,9 @@ def main():
253253
data.append("report.html")
254254
data.append("report.xml")
255255
data.append("dashboard.html")
256+
data.append("dashboard.json")
257+
data.append("dash_pie.json")
258+
data.append("dashboard.lock")
256259
data.append("allure_report")
257260
data.append("allure-report")
258261
data.append("allure_results")
@@ -265,6 +268,7 @@ def main():
265268
data.append("visual_baseline")
266269
data.append("selenium-server-standalone.jar")
267270
data.append("proxy.zip")
271+
data.append("proxy.lock")
268272
data.append("verbose_hub_server.dat")
269273
data.append("verbose_node_server.dat")
270274
data.append("ip_of_grid_hub.dat")

0 commit comments

Comments
 (0)