mirror of https://github.com/docusealco/docuseal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
417 B
16 lines
417 B
{
|
|
"name": "docuseal-playwright",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"description": "Playwright end-to-end tests for DocuSeal fork features",
|
|
"scripts": {
|
|
"test": "playwright test",
|
|
"test:headed": "playwright test --headed",
|
|
"test:ui": "playwright test --ui",
|
|
"install:browsers": "playwright install --with-deps chromium"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.47.0"
|
|
}
|
|
}
|