Skip to content

Commit bbff01f

Browse files
committed
capture performance tab of chrome dev tools using selenium 4 testing cdp
1 parent 65b54d1 commit bbff01f

15 files changed

+1
-1135
lines changed

README.md

-7
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,6 @@ Set LambdaTest Username and Access Key in environment variables.
4141
To run single test
4242
$ mvn test -D suite=single.xml -Dtestng.dtd.http=true
4343

44-
To run parallel test
45-
$ mvn test -D suite=parallel.xml -Dtestng.dtd.http=true
46-
47-
To run realdevice test
48-
$ mvn test -D suite=mobile.xml -Dtestng.dtd.http=true
49-
50-
5144
```
5245
## About LambdaTest
5346

mobile.xml

-9
This file was deleted.

parallel.xml

-19
This file was deleted.

single.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<suite thread-count="1" parallel="tests" name="Suite">
44
<test thread-count="1" parallel="classes" name="Test">
55
<classes>
6-
<class name="com.lambdatest.TestNGTodoTest"/>
6+
<class name="com.lambdatest.CapturePerformanceMetrics"/>
77
</classes>
88
</test> <!-- Test -->
99
</suite> <!-- Suite -->

src/test/java/com/lambdatest/BasicAuthentication.java

-93
This file was deleted.

src/test/java/com/lambdatest/CDPTestConsole.java

-90
This file was deleted.

src/test/java/com/lambdatest/EmulateGeolocation.java

-105
This file was deleted.

0 commit comments

Comments
 (0)