File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11exports . config = {
2- user : process . env . LT_USERNAME || "YOUR LAMBDATEST USERNAME" ,
3- key : process . env . LT_ACCESS_KEY || "YOUR LAMBDATEST ACCESS KEY” ,
2+ user : process . env . LT_USERNAME || "YOUR LAMBDATEST USERNAME" ,
3+ key : process . env . LT_ACCESS_KEY || "YOUR LAMBDATEST ACCESS KEY" ,
44
55 updateJob : false ,
66 specs : [ "../tests/specs/multiple_test.js" ] ,
Original file line number Diff line number Diff line change 11exports . config = {
22 user : process . env . LT_USERNAME || "YOUR LAMBDATEST USERNAME" ,
3- key : process . env . LT_ACCESS_KEY || "YOUR LAMBDATEST ACCESS KEY” ,
3+ key : process . env . LT_ACCESS_KEY || "YOUR LAMBDATEST ACCESS KEY" ,
44
55 updateJob : false ,
66 specs : [ "../tests/specs/single_test.js" ] ,
Original file line number Diff line number Diff line change 11exports . config = {
22 user : process . env . LT_USERNAME || "YOUR LAMBDATEST USERNAME" ,
3- key : process . env . LT_ACCESS_KEY || "YOUR LAMBDATEST ACCESS KEY” ,
3+ key : process . env . LT_ACCESS_KEY || "YOUR LAMBDATEST ACCESS KEY" ,
44
55 updateJob : false ,
66 specs : [ "../tests/specs/single_test.js" ] ,
Original file line number Diff line number Diff line change 2323 "bugs" : {},
2424 "homepage" : " https://github.com/Lambdatest/webdriverio-Lambdatest#readme" ,
2525 "dependencies" : {
26- "@wdio/cli" : " ^8.27.1 " ,
27- "@wdio/local-runner" : " ^8.27 .0" ,
28- "@wdio/mocha-framework" : " ^8.27 .0" ,
26+ "@wdio/cli" : " ^9.19.2 " ,
27+ "@wdio/local-runner" : " ^9.20 .0" ,
28+ "@wdio/mocha-framework" : " ^9.20 .0" ,
2929 "selenium-webdriver" : " ^4.38.0"
3030 }
3131}
You can’t perform that action at this time.
0 commit comments