mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-01 08:34:02 +03:00
devops: upload installation tests to flakienss dashboard (#14007)
This commit is contained in:
parent
b8c4f426cc
commit
cde34841a0
3
.github/workflows/tests_primary.yml
vendored
3
.github/workflows/tests_primary.yml
vendored
@ -196,3 +196,6 @@ jobs:
|
||||
if: matrix.os != 'ubuntu-latest'
|
||||
- run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run itest
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
|
||||
if: always()
|
||||
shell: bash
|
||||
|
@ -27,6 +27,14 @@ const config: PlaywrightTestConfig = {
|
||||
reporter: process.env.CI ? 'dot' : [['list'], ['html', { open: 'on-failure' }]],
|
||||
forbidOnly: !!process.env.CI,
|
||||
workers: 1,
|
||||
projects: [
|
||||
{
|
||||
name: 'installation tests',
|
||||
metadata: {
|
||||
nodejsVersion: process.version,
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
Loading…
Reference in New Issue
Block a user