Skip to content

Commit

Permalink
Merge pull request #518 from 92kns/add_saf_tp
Browse files Browse the repository at this point in the history
Add safari-tp to AWFY
  • Loading branch information
92kns committed Jul 11, 2024
2 parents fb6b023 + b272b67 commit 5994844
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/awfy.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ const DESKTOP_APPS = {
label: 'Safari',
color: PALETTE.yellow,
},
safari_tp: {
name: 'safari-tp',
label: 'Safari Technology Preview',
color: PALETTE.indigo,
},
};

const WASM_APPS = {
Expand Down
24 changes: 24 additions & 0 deletions test/config.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,30 @@ it('Query info', () => {
project: undefined,
suite: 'wasm-misc',
},
{
application: 'safari-tp',
color: '#6F4E7C',
extraOptions: undefined,
frameworkId: 13,
label: 'Safari Technology Preview',
option: 'opt',
platform: 'linux64-shippable',
platformSuffix: undefined,
project: undefined,
suite: 'wasm-misc',
},
{
application: 'safari-tp',
color: '#6F4E7C',
extraOptions: undefined,
frameworkId: 13,
label: 'Safari Technology Preview',
option: 'opt',
platform: 'linux1804-64-shippable-qr',
platformSuffix: undefined,
project: undefined,
suite: 'wasm-misc',
},
{
application: 'firefox',
color: '#a66e97',
Expand Down

0 comments on commit 5994844

Please sign in to comment.