run on firefox and webkit
parent
b0ddb966c3
commit
cb510fd5d9
|
@ -147,7 +147,7 @@ jobs:
|
|||
uses: test-summary/action@dist
|
||||
if: always()
|
||||
with:
|
||||
paths: test-results/junit.xml
|
||||
paths: src/Web/E2E/test-results/junit.xml
|
||||
|
||||
- name: Upload HTML report
|
||||
uses: actions/upload-artifact@v2
|
||||
|
|
|
@ -52,11 +52,17 @@ const config: PlaywrightTestConfig = {
|
|||
},
|
||||
},
|
||||
{
|
||||
name: 'Microsoft Edge',
|
||||
name: 'firefox',
|
||||
use: {
|
||||
channel: 'msedge',
|
||||
...devices['Desktop Firefox'],
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'webkit',
|
||||
use: {
|
||||
...devices['Desktop Safari'],
|
||||
},
|
||||
},
|
||||
|
||||
/* Test against mobile viewports. */
|
||||
// {
|
||||
|
|
Loading…
Reference in New Issue