Skip to content

Commit eef7c40

Browse files
updat to gitignore
1 parent 355939c commit eef7c40

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
node_modules
3+
tests_output
34
selenium-server.log
5+
chromedriver.log
46
README.jpeg
57
README.png
68
README.html

chromedriver.log

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Starting ChromeDriver 74.0.3729.6 (255758eccf3d244491b8a1317aa76e1ce10d57e9-refs/branch-heads/3729@{#29}) on port 4444
22
Only local connections are allowed.
33
Please protect ports used by ChromeDriver and related test frameworks to prevent access by malicious code.
4-
[1560002299.481][WARNING]: This version of ChromeDriver has not been tested with Chrome version 75.
5-
[1560002299.548][WARNING]: This version of ChromeDriver has not been tested with Chrome version 75.
4+
[1560005961.014][WARNING]: This version of ChromeDriver has not been tested with Chrome version 75.
5+
[1560005961.068][WARNING]: This version of ChromeDriver has not been tested with Chrome version 75.

tests_output/CHROME_75.0.3770.80_Mac_OS_X_homepage.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
<testsuite name="homepage"
77
errors="0" failures="0" hostname="" id="" package="homepage" skipped="0"
8-
tests="1" time="5.851" timestamp="">
8+
tests="1" time="4.783" timestamp="">
99

10-
<testcase name="Test login" classname="homepage" time="5.851" assertions="5">
10+
<testcase name="Test login" classname="homepage" time="4.783" assertions="5">
1111

1212

1313

0 commit comments

Comments
 (0)