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