Skip to content

Commit

Permalink
test: Set bools as strings
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Nov 7, 2022
1 parent e30f978 commit 9fda397
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/tests/source/tests/smoke.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ describe("Smoke test", function () {
projectName: "Kitten Scientists",
sessionName: "Smoke tests",
},
"browserstack.appiumLogs": true,
"browserstack.appiumLogs": "true",
"browserstack.console": "verbose",
"browserstack.debug": true,
"browserstack.networkLogs": true,
"browserstack.debug": "true",
"browserstack.networkLogs": "true",
"browserstack.networkLogsOptions": {
captureContent: true,
captureContent: "true",
},
"browserstack.seleniumLogs": true,
"browserstack.video": true,
"browserstack.seleniumLogs": "true",
"browserstack.video": "true",
browserName: "Chrome",
browserVersion: "103.0",
})
Expand Down

0 comments on commit 9fda397

Please sign in to comment.