run on firefox and webkit

pull/153/head
Marcus Felling 2022-09-14 11:31:23 -05:00
parent b0ddb966c3
commit cb510fd5d9
2 changed files with 10 additions and 4 deletions

View File

@ -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

View File

@ -52,11 +52,17 @@ const config: PlaywrightTestConfig = {
}, },
}, },
{ {
name: 'Microsoft Edge', name: 'firefox',
use: { use: {
channel: 'msedge', ...devices['Desktop Firefox'],
}, },
}, },
{
name: 'webkit',
use: {
...devices['Desktop Safari'],
},
},
/* Test against mobile viewports. */ /* Test against mobile viewports. */
// { // {