test login

This commit is contained in:
Florian Forster
2025-08-03 23:12:09 -07:00
parent a89f1d5505
commit 06be1d8e85

View File

@@ -21,6 +21,45 @@
"test:acceptance:setup": "cd ../.. && make login_test_acceptance_setup_env && NODE_ENV=test turbo run test:acceptance:setup:dev",
"test:acceptance:setup:dev": "cd ../.. && make login_test_acceptance_setup_dev"
},
"nx": {
"targets": {
"build": {
"outputs": [
"dist/**",
".next/**",
"!.next/cache/**"
],
"dependsOn": [
"@zitadel/client#build"
]
},
"build:login:standalone": {
"outputs": [
"dist/**",
".next/**",
"!.next/cache/**"
],
"dependsOn": [
"@zitadel/client#build"
]
},
"dev": {
"dependsOn": [
"@zitadel/client#build"
]
},
"test": {
"dependsOn": [
"@zitadel/client#build"
]
},
"test:unit": {
"dependsOn": [
"@zitadel/client#build"
]
}
}
},
"git": {
"pre-commit": "lint-staged"
},
@@ -97,4 +136,4 @@
"@playwright/test": "^1.52.0",
"gaxios": "^7.1.0"
}
}
}