🚀(app-impress) create the e2e app impress
Create the e2e app impress, it will be used to test the app impress.
This commit is contained in:
17
src/frontend/apps/e2e/package.json
Normal file
17
src/frontend/apps/e2e/package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "app-e2e",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"lint": "eslint . --ext .ts",
|
||||
"install": "playwright install --with-deps",
|
||||
"test": "playwright test",
|
||||
"test:ui": "yarn test --ui"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "1.42.1",
|
||||
"@types/node": "*",
|
||||
"eslint-config-impress": "*",
|
||||
"typescript": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user