Skip to content

Commit

Permalink
Just wdio
Browse files Browse the repository at this point in the history
  • Loading branch information
smaye81 committed Sep 12, 2024
1 parent 919ab7c commit fd809d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/connect-web/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"env": ["BROWSERSTACK_USERNAME", "BROWSERSTACK_ACCESS_KEY"],
"dependsOn": ["generate", "^build"]
},
"test-browserstack-wdio": {
"cache": false,
"env": ["BROWSERSTACK_USERNAME", "BROWSERSTACK_ACCESS_KEY"],
"dependsOn": ["generate", "^build"]
},
"conformance": {
"dependsOn": ["conformance:node:promise", "conformance:node:callback"]
},
Expand Down

0 comments on commit fd809d5

Please sign in to comment.