Skip to content

Commit c2fdca0

Browse files
committedSep 30, 2024
removed java unnecessary java docs and comments
1 parent 434ca53 commit c2fdca0

File tree

214 files changed

+17
-68984
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

214 files changed

+17
-68984
lines changed
 

‎.project

+11
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,15 @@
2020
<nature>org.eclipse.jdt.core.javanature</nature>
2121
<nature>org.eclipse.m2e.core.maven2Nature</nature>
2222
</natures>
23+
<filteredResources>
24+
<filter>
25+
<id>1727679469476</id>
26+
<name></name>
27+
<type>30</type>
28+
<matcher>
29+
<id>org.eclipse.core.resources.regexFilterMatcher</id>
30+
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
31+
</matcher>
32+
</filter>
33+
</filteredResources>
2334
</projectDescription>

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ This is a very handy reusable maven project that uses Selenium Webdriver and Jav
1414

1515
### Getting Started
1616
```
17-
1. git clone https://github.com/sadabnepal/SeleniumAutomationFramework.git
18-
2. Navigate to SeleniumAutomationFramework
17+
1. git clone https://github.com/sadabnepal/selenium-java-testng.git
18+
2. Navigate to selenium-java-testng
1919
3. Open the project in any IDE
2020
4. Open testdata.xlsx from src/test/resources/excel
2121
5. In RUNNERMANAGER sheet Select yes for the test case you want to execute

0 commit comments

Comments
 (0)
Please sign in to comment.