File tree Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Original file line number Diff line number Diff line change 3
3
.project
4
4
.settings /
5
5
target /
6
+ browserstack.err
Original file line number Diff line number Diff line change 1
1
package runners ;
2
2
3
+ import com .microsoft .playwright .Browser ;
4
+ import com .microsoft .playwright .BrowserType ;
5
+ import com .microsoft .playwright .Playwright ;
3
6
import org .json .simple .JSONArray ;
4
7
import org .json .simple .JSONObject ;
5
8
import org .json .simple .parser .JSONParser ;
6
- import org .junit .jupiter .api .AfterEach ;
7
- import org .junit .jupiter .api .BeforeEach ;
8
9
import org .junit .jupiter .api .extension .*;
9
-
10
- import com .microsoft .playwright .*;
11
- import com .google .gson .JsonObject ;
12
-
13
- import java .io .UnsupportedEncodingException ;
14
- import java .net .URLEncoder ;
15
-
16
- import org .openqa .selenium .MutableCapabilities ;
17
- import org .openqa .selenium .WebDriver ;
18
- import org .openqa .selenium .remote .RemoteWebDriver ;
19
-
20
10
import utils .SetupLocalTesting ;
21
11
22
12
import java .io .FileReader ;
23
- import java .net . MalformedURLException ;
24
- import java .net .URL ;
13
+ import java .io . UnsupportedEncodingException ;
14
+ import java .net .URLEncoder ;
25
15
import java .util .*;
26
16
import java .util .stream .Stream ;
27
17
You can’t perform that action at this time.
0 commit comments