52
packages/twenty-e2e-testing/project.json
Normal file
52
packages/twenty-e2e-testing/project.json
Normal file
@ -0,0 +1,52 @@
|
||||
{
|
||||
"name": "twenty-e2e-testing",
|
||||
"projectType": "application",
|
||||
"tags": ["scope:testing"],
|
||||
"targets": {
|
||||
"setup": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"cwd": "packages/twenty-e2e-testing",
|
||||
"commands": [
|
||||
"yarn playwright install"
|
||||
]
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"cwd": "packages/twenty-e2e-testing",
|
||||
"commands": [
|
||||
"yarn playwright test"
|
||||
]
|
||||
}
|
||||
},
|
||||
"test:ui": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"cwd": "packages/twenty-e2e-testing",
|
||||
"commands": [
|
||||
"yarn playwright test --ui"
|
||||
]
|
||||
}
|
||||
},
|
||||
"test:debug": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"cwd": "packages/twenty-e2e-testing",
|
||||
"commands": [
|
||||
"yarn playwright test --debug"
|
||||
]
|
||||
}
|
||||
},
|
||||
"test:report": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"cwd": "packages/twenty-e2e-testing",
|
||||
"commands": [
|
||||
"yarn playwright show-report"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user