Skip to content

Commit b6280f1

Browse files
committed
[WIP] Tests: build/browserstack-esm.json
1 parent 45c2591 commit b6280f1

File tree

3 files changed

+54
-62
lines changed

3 files changed

+54
-62
lines changed
Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: browsers-quick
1+
name: browsers-full-esm
22
on:
33
- push
44

@@ -29,21 +29,14 @@ jobs:
2929
npm install
3030
npm run build
3131
32-
# To debug locally:
33-
#
34-
# ```
35-
# $ export BROWSERSTACK_USERNAME="***"
36-
# $ export BROWSERSTACK_KEY="***"
37-
# $ BROWSERSTACK_JSON=build/browserstack-debug.json npm run browserstack
38-
# ```
3932
- name: Tests
4033
run: npm run browserstack
4134
env:
42-
BROWSERSTACK_JSON: build/browserstack-quick.json
35+
BROWSERSTACK_JSON: build/browserstack-full-esm.json
4336
BROWSERSTACK_USERNAME: "${{ secrets.BROWSERSTACK_USERNAME }}"
4437
BROWSERSTACK_KEY: "${{ secrets.BROWSERSTACK_KEY }}"
4538
# Set "project" metadata
4639
TRAVIS_REPO_SLUG: "${{ github.repository }} ${{ github.event_name}}"
4740
# Set "commit" metadata
48-
TRAVIS_COMMIT: "quick ${{ github.ref }} ${{ github.sha }}"
49-
TUNNEL_ID: "${{ github.event_name }}-quick-${{ github.sha }}"
41+
TRAVIS_COMMIT: "full-esm ${{ github.ref }} ${{ github.sha }}"
42+
TUNNEL_ID: "${{ github.event_name }}-full-esm-${{ github.sha }}"

.github/workflows/browsers-full.yaml

Lines changed: 0 additions & 51 deletions
This file was deleted.

build/browserstack-esm.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"test_framework": "qunit",
3+
"test_path": ["test/index.html"],
4+
"test_server_port": "8899",
5+
"exit_with_fail": true,
6+
"timeout": 600,
7+
"browsers": [
8+
"firefox_60",
9+
"firefox_78",
10+
"firefox_previous",
11+
"firefox_current",
12+
"edge_15",
13+
"edge_16",
14+
"edge_previous",
15+
"edge_current",
16+
"safari_10.1",
17+
"safari_11.1",
18+
"safari_12.1",
19+
"safari_13.1",
20+
"safari_current",
21+
"opera_48",
22+
"opera_previous",
23+
"opera_current",
24+
"chrome_61",
25+
"chrome_previous",
26+
"chrome_current",
27+
{
28+
"device": "Samsung Galaxy S20",
29+
"real_mobile": true,
30+
"os": "android",
31+
"os_version": "10.0"
32+
},
33+
{
34+
"os": "android",
35+
"os_version": "7.0",
36+
"device": "Samsung Galaxy S8",
37+
"real_mobile": true
38+
},
39+
{
40+
"device": "iPhone XS",
41+
"real_mobile": true,
42+
"os": "ios",
43+
"os_version": "12"
44+
},
45+
{
46+
"os": "ios",
47+
"os_version": "11.0"
48+
}
49+
]
50+
}

0 commit comments

Comments
 (0)