File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -70,14 +70,12 @@ To disable asserting JS errors after test execution, use:
7070@JSErrorsCollectorTestNG(assertJSErrors = false)
7171```
7272
73-
7473To disable logging JS errors after test execution, use:
7574
7675```
7776@JSErrorsCollectorTestNG(logJSErrors = false)
7877```
7978
80-
8179To disable both, use:
8280
8381```
@@ -86,21 +84,20 @@ To disable both, use:
8684
8785### Maven Dependencies
8886
89- TestNG :
87+ JUnit5 :
9088```
9189 <dependency>
9290 <groupId>com.github.automatedowl</groupId>
93- <artifactId>chromedriver-js-errors-collector-testng </artifactId>
91+ <artifactId>chromedriver-js-errors-collector-junit </artifactId>
9492 <version>1.0.1</version>
9593 </dependency>
9694```
9795
98-
99- JUnit5:
96+ TestNG:
10097```
10198 <dependency>
10299 <groupId>com.github.automatedowl</groupId>
103- <artifactId>chromedriver-js-errors-collector-junit </artifactId>
100+ <artifactId>chromedriver-js-errors-collector-testng </artifactId>
104101 <version>1.0.1</version>
105102 </dependency>
106103```
You can’t perform that action at this time.
0 commit comments