Skip to content

Commit c052fc6

Browse files
authored
Add Safari (#484)
1 parent 1069740 commit c052fc6

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

src/awfy.js

+5
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ const DESKTOP_APPS = {
6666
label: 'Chromium',
6767
color: PALETTE.emerald,
6868
},
69+
safari: {
70+
name: 'safari',
71+
label: 'Safari',
72+
color: PALETTE.yellow,
73+
},
6974
};
7075

7176
const WASM_APPS = {

test/config.test.js

+12
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,18 @@ it('Query info', () => {
5454
project: undefined,
5555
extraOptions: undefined,
5656
},
57+
{
58+
application: 'safari',
59+
color: '#ebc23f',
60+
extraOptions: undefined,
61+
frameworkId: 13,
62+
label: 'Safari',
63+
option: 'opt',
64+
platform: 'linux1804-64-shippable-qr',
65+
platformSuffix: undefined,
66+
project: undefined,
67+
suite: 'wasm-misc',
68+
},
5769
{
5870
application: 'firefox',
5971
color: '#a66e97',

0 commit comments

Comments
 (0)