Skip to content

Commit

Permalink
trying to fix browserstack config.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jun 6, 2024
1 parent b10104a commit 9ee971a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions js/e2e/browserstack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ const caps = {
browser: 'chrome',
os: 'osx',
os_version: 'catalina',
name: 'My first playwright test',
build: 'playwright-build',
project: 'fastenhealth/fasten-sources',
name: 'Fasten Sources e2e Tests',
build: process.env.GITHUB_REF_NAME || 'local-build',
buildTag: process.env.GITHUB_SHA || 'local-build-tag',
'browserstack.username': process.env.BROWSERSTACK_USERNAME || 'USERNAME',
'browserstack.accessKey': process.env.BROWSERSTACK_ACCESS_KEY || 'ACCESSKEY',
'browserstack.local': process.env.BROWSERSTACK_LOCAL || true,
Expand Down

0 comments on commit 9ee971a

Please sign in to comment.