mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 20:28:11 +00:00
WIP
This commit is contained in:
parent
2bbc746919
commit
50368c5dd8
7
.github/workflows/test-integration.yml
vendored
7
.github/workflows/test-integration.yml
vendored
@ -49,4 +49,9 @@ jobs:
|
||||
yarn run playwright install chromium --with-deps
|
||||
yarn run test:e2e -x --workers=4 --reporter=line
|
||||
|
||||
|
||||
- name: Upload test result
|
||||
working-directory: ./frontend
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: test-results
|
||||
path: ./test-results/
|
||||
|
||||
@ -11,6 +11,7 @@ import { defineConfig, devices } from "@playwright/test";
|
||||
*/
|
||||
export default defineConfig({
|
||||
testDir: "./playwright",
|
||||
outputDir: './test-results',
|
||||
/* Run tests in files in parallel */
|
||||
fullyParallel: true,
|
||||
/* Fail the build on CI if you accidentally left test.only in the source code. */
|
||||
@ -48,7 +49,10 @@ export default defineConfig({
|
||||
name: "default",
|
||||
use: { ...devices["Desktop Chrome"] },
|
||||
testDir: "./playwright/ui/specs",
|
||||
|
||||
use: {
|
||||
video: 'retain-on-failure',
|
||||
trace: 'on'
|
||||
}
|
||||
},
|
||||
{
|
||||
name: "ds",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user