Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ jobs:

- name: test:browserstack
env:
BROWSERSTACK_USERNAME: emberjscoreteam1
BROWSERSTACK_USERNAME: emberjscoreteam_A3VLS
# This is in plaintext on purpose. It has no privileged access to anything (this is a free
# account) and it allows us to run browserstack tests against PRs.
BROWSERSTACK_ACCESS_KEY: o5LNEdygq1SP4L9kst4s
BROWSERSTACK_ACCESS_KEY: ZDM256rfimuXwkpamsUe
run: pnpm test:browserstack

smoke-test:
Expand Down
6 changes: 3 additions & 3 deletions bin/run-browserstack-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async function run(command, args = []) {
}

(async function () {
await run('ember', ['browserstack:connect']);
await run('./node_modules/.bin/browserstack', ['connect']);

try {
try {
Expand All @@ -31,9 +31,9 @@ async function run(command, args = []) {
process.exit(0); // eslint-disable-line n/no-process-exit
} finally {
if (process.env.GITHUB_RUN_ID) {
await run('ember', ['browserstack:results']);
await run('./node_modules/.bin/browserstack', ['results']);
}
await run('ember', ['browserstack:disconnect']);
await run('./node_modules/.bin/browserstack', ['disconnect']);
}
} catch (error) {
console.log('error');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"decorator-transforms": "2.3.2",
"ember-cli": "^6.11.1",
"ember-cli-blueprint-test-helpers": "^0.19.2",
"ember-cli-browserstack": "^2.0.1",
"ember-cli-browserstack": "^4.0.0",
"ember-cli-dependency-checker": "^3.3.1",
"ember-cli-yuidoc": "^0.9.1",
"eslint": "^9.21.0",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading