File tree Expand file tree Collapse file tree 8 files changed +11
-12
lines changed
com/thoughtworks/selenium
org/openqa/selenium/server/htmlrunner Expand file tree Collapse file tree 8 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ java_library(
5
5
maven_coords = 'org.seleniumhq.selenium:selenium-java:' + SE_VERSION ,
6
6
deps = [
7
7
'//java/client/src/com/thoughtworks/selenium:selenium' ,
8
- '//java/client /src/com/thoughtworks /selenium/corerunner:corerunner ' ,
8
+ '//java/server /src/org/openqa /selenium/server/htmlrunner:htmlrunner ' ,
9
9
'//java/server/src/com/thoughtworks/selenium/webdriven:rc-emulation-servlet' ,
10
10
],
11
11
)
Original file line number Diff line number Diff line change 1
1
java_binary (
2
2
name = 'main' ,
3
- main_class = 'com.thoughtworks .selenium.corerunner .Main' ,
3
+ main_class = 'org.openqa .selenium.server.htmlrunner .Main' ,
4
4
deps = [
5
- ':corerunner ' ,
5
+ ':htmlrunner ' ,
6
6
],
7
7
)
8
8
9
9
java_library (
10
- name = 'corerunner ' ,
10
+ name = 'htmlrunner ' ,
11
11
srcs = glob (['*.java' ]),
12
12
deps = [
13
- '//java/client/src/com/thoughtworks/selenium:selenium' ,
14
- '//java/client/src/com/thoughtworks/selenium/webdriven:webdriven' ,
13
+ '//java/client/src/com/thoughtworks/selenium:leg-rc' ,
15
14
'//java/client/src/org/openqa/selenium:selenium' ,
16
15
'//java/client/src/org/openqa/selenium/chrome:chrome' ,
17
16
'//java/client/src/org/openqa/selenium/edge:edge' ,
Original file line number Diff line number Diff line change 15
15
// specific language governing permissions and limitations
16
16
// under the License.
17
17
18
- package com . thoughtworks .selenium .corerunner ;
18
+ package org . openqa .selenium .server . htmlrunner ;
19
19
20
20
import com .google .common .base .Preconditions ;
21
21
Original file line number Diff line number Diff line change 15
15
// specific language governing permissions and limitations
16
16
// under the License.
17
17
18
- package com . thoughtworks .selenium .corerunner ;
18
+ package org . openqa .selenium .server . htmlrunner ;
19
19
20
20
21
21
import com .google .common .base .Preconditions ;
Original file line number Diff line number Diff line change 15
15
// specific language governing permissions and limitations
16
16
// under the License.
17
17
18
- package com . thoughtworks .selenium .corerunner ;
18
+ package org . openqa .selenium .server . htmlrunner ;
19
19
20
20
import com .google .common .collect .ImmutableMap ;
21
21
Original file line number Diff line number Diff line change 15
15
// specific language governing permissions and limitations
16
16
// under the License.
17
17
18
- package com . thoughtworks .selenium .corerunner ;
18
+ package org . openqa .selenium .server . htmlrunner ;
19
19
20
20
import com .thoughtworks .selenium .Selenium ;
21
21
import com .thoughtworks .selenium .SeleniumException ;
Original file line number Diff line number Diff line change 15
15
// specific language governing permissions and limitations
16
16
// under the License.
17
17
18
- package com . thoughtworks .selenium .corerunner ;
18
+ package org . openqa .selenium .server . htmlrunner ;
19
19
20
20
import static org .openqa .selenium .firefox .FirefoxDriver .MARIONETTE ;
21
21
Original file line number Diff line number Diff line change 15
15
// specific language governing permissions and limitations
16
16
// under the License.
17
17
18
- package com . thoughtworks .selenium .corerunner ;
18
+ package org . openqa .selenium .server . htmlrunner ;
19
19
20
20
public class Results {
21
21
You can’t perform that action at this time.
0 commit comments