File tree Expand file tree Collapse file tree 3 files changed +5
-15
lines changed Expand file tree Collapse file tree 3 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 8
8
"chrome" : {
9
9
"webDriverVersion" : " latest" ,
10
10
"capabilities" : {
11
- "enableVNC" : true
12
11
},
13
12
"options" : {
14
13
"intl.accept_languages" : " en" ,
24
23
"edge" : {
25
24
"webDriverVersion" : " latest" ,
26
25
"capabilities" : {
27
- "enableVNC" : true
28
26
},
29
27
"options" : {
30
28
"intl.accept_languages" : " en" ,
39
37
"firefox" : {
40
38
"webDriverVersion" : " latest" ,
41
39
"capabilities" : {
42
- "enableVNC" : true
43
40
},
44
41
"options" : {
45
42
"intl.accept_languages" : " en" ,
69
66
"webDriverVersion" : " latest" ,
70
67
"binaryLocation" : " %USERPROFILE%\\ AppData\\ Local\\ Programs\\ Opera\\ launcher.exe" ,
71
68
"capabilities" : {
72
- "enableVNC" : true
73
69
},
74
70
"options" : {
75
71
"intl.accept_languages" : " en" ,
88
84
"webDriverVersion" : " 102.0.5005.61" ,
89
85
"binaryLocation" : " %USERPROFILE%\\ AppData\\ Local\\ Yandex\\ YandexBrowser\\ Application\\ browser.exe" ,
90
86
"capabilities" : {
91
- "enableVNC" : true
92
87
},
93
88
"options" : {
94
89
"intl.accept_languages" : " en" ,
Original file line number Diff line number Diff line change 27
27
<class name =" tests.usecases.devtools.RegisterBasicAuthTest" />
28
28
</classes >
29
29
</test >
30
+ <test name =" Single-thread tests" parallel =" none" >
31
+ <classes >
32
+ <class name =" tests.usecases.devtools.LogHttpExchangeTest" />
33
+ </classes >
34
+ </test >
30
35
<test name =" Non-threadsafe tests" parallel =" classes" >
31
36
<classes >
32
37
<class name =" aquality.selenium.logger.LoggerTests" />
33
38
<class name =" aquality.selenium.waitings.ConditionalWaitTests" />
34
39
<class name =" aquality.selenium.utils.ElementActionRetrierTests" />
35
40
</classes >
36
41
</test >
37
- <test name =" Single-thread tests" parallel =" none" >
38
- <classes >
39
- <class name =" tests.usecases.devtools.LogHttpExchangeTest" />
40
- </classes >
41
- </test >
42
42
</suite >
Original file line number Diff line number Diff line change 8
8
"chrome" : {
9
9
"webDriverVersion" : " latest" ,
10
10
"capabilities" : {
11
- "enableVNC" : true
12
11
},
13
12
"options" : {
14
13
"intl.accept_languages" : " en" ,
23
22
"edge" : {
24
23
"webDriverVersion" : " latest" ,
25
24
"capabilities" : {
26
- "enableVNC" : true
27
25
},
28
26
"options" : {
29
27
"intl.accept_languages" : " en" ,
38
36
"firefox" : {
39
37
"webDriverVersion" : " latest" ,
40
38
"capabilities" : {
41
- "enableVNC" : true
42
39
},
43
40
"options" : {
44
41
"intl.accept_languages" : " en" ,
68
65
"webDriverVersion" : " latest" ,
69
66
"binaryLocation" : " %USERPROFILE%\\ AppData\\ Local\\ Programs\\ Opera\\ launcher.exe" ,
70
67
"capabilities" : {
71
- "enableVNC" : true
72
68
},
73
69
"options" : {
74
70
"intl.accept_languages" : " en" ,
87
83
"webDriverVersion" : " 102.0.5005.61" ,
88
84
"binaryLocation" : " %USERPROFILE%\\ AppData\\ Local\\ Yandex\\ YandexBrowser\\ Application\\ browser.exe" ,
89
85
"capabilities" : {
90
- "enableVNC" : true
91
86
},
92
87
"options" : {
93
88
"intl.accept_languages" : " en" ,
You can’t perform that action at this time.
0 commit comments