Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 94e268e

Browse files
make chromedriver path relative
1 parent 38c1485 commit 94e268e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/test/resources/test.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#/Change the WebDriver Path here. Dont Hard code in the code.
2-
webdriver.chrome.driver=/Users/pareshmahajan/Documents/CrossOver/qa-automation-selenium-java/src/test/resources/chromedriver
2+
webdriver.chrome.driver=./src/test/resources/chromedriver
33

44
# Dont include @gmail.com in below username otherwise autograding can fail.
55
# if user is xyz@gmail.com then set username=xyz
6-
username=job4paresh.mahajan
7-
password=pradnya#1
6+
username=username
7+
password=password
88
email.subject=Subject of this message
99
email.body=Single line body of the message.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /