File tree 2 files changed +16
-7
lines changed
2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change
1
+ # This configuration file was automatically generated by Gitpod.
2
+ # Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
3
+ # and commit this file to your remote git repository to share the goodness with others.
4
+
5
+ tasks :
6
+ - init : npm install && npm test
7
+
8
+
Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ function searchTextOnGoogle() {
36
36
const capabilities = {
37
37
platform : 'windows 10' ,
38
38
browserName : 'chrome' ,
39
- version : '67.0 ' ,
39
+ version : 'latest ' ,
40
40
resolution : '1280x800' ,
41
- geoLocation : "US" ,
42
- network : true ,
43
- visual : true ,
44
- console : true ,
45
- video : true ,
41
+ // geoLocation : "US",
42
+ // network: true,
43
+ // visual: true,
44
+ // console: true,
45
+ // video: true,
46
46
name : 'Test 1' , // name of the test
47
47
build : 'NodeJS build' // name of the build
48
48
}
@@ -76,5 +76,6 @@ function searchTextOnGoogle() {
76
76
driver . executeScript ( 'lambda-status=failed' ) ;
77
77
driver . quit ( ) ;
78
78
} ) ;
79
-
79
+ }
80
80
searchTextOnGoogle ( ) ;
81
+
You can’t perform that action at this time.
0 commit comments