Skip to content

Commit

Permalink
Browserstack
Browse files Browse the repository at this point in the history
  • Loading branch information
smaye81 committed Sep 13, 2024
1 parent fd809d5 commit 51b1fa2
Show file tree
Hide file tree
Showing 3 changed files with 488 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/connect-web/browserstack/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ export const config = {
user: process.env.BROWSERSTACK_USERNAME,
key: process.env.BROWSERSTACK_ACCESS_KEY,
runner: "local",
framework: "jasmine",
logLevels: {
webdriver: "silent",
"@wdio/local-runner": "silent",
"@wdio/browserstack-service": "silent",
"@wdio/cli": "silent",
"@wdio/utils": "silent",
},
commonCapabilities: {
"bstack:options": {
projectName: "Connect-ES",
Expand Down
Loading

0 comments on commit 51b1fa2

Please sign in to comment.