Skip to content

Commit

Permalink
Trying with browserstack vars
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Jun 18, 2023
1 parent 0fd6f07 commit b5b84d6
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 123 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Build and Test
on: push

env:
LAMBDATEST: "true"
#LAMBDATEST: "true"
GH_ACTIONS: "true"

jobs:
test:
Expand Down
39 changes: 0 additions & 39 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
},
"homepage": "https://dexie.org",
"devDependencies": {
"@lambdatest/node-tunnel": "^3.0.14",
"@lambdatest/node-tunnel": "^4.0.1",
"dts-bundle-generator": "^5.9.0",
"just-build": "^0.9.24",
"karma": "^6.1.1",
Expand Down
90 changes: 10 additions & 80 deletions pnpm-lock.yaml

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

6 changes: 4 additions & 2 deletions test/karma.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,12 @@ if (process.env.LAMBDATEST) {

const browserSuiteToUse = process.env.LAMBDATEST
? 'ciLT'
: process.env.GH_ACTIONS
? 'ciLocal'
: process.env.NODE_ENV === 'release'
? 'pre_npm_publish'
: process.env.BROWSER_STACK_USERNAME
? "ci"
: process.env.GH_ACTIONS
? "ciLocal"
: 'local'; // Developer local machine


Expand Down

0 comments on commit b5b84d6

Please sign in to comment.