Development: change front-end e2e testing to a live instance (#13884)

This commit is contained in:
shamoon
2026-08-31 12:55:19 -07:00
committed by GitHub
parent 5d9401ac4a
commit 4fcd4961bb
26 changed files with 422 additions and 39955 deletions
+14
View File
@@ -139,6 +139,17 @@
}
]
},
"e2e": {
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.e2e.ts"
}
],
"localize": [
"en-US"
]
},
"en-US": {
"localize": [
"en-US"
@@ -155,6 +166,9 @@
"configurations": {
"production": {
"buildTarget": "paperless-ui:build:production"
},
"e2e": {
"buildTarget": "paperless-ui:build:e2e"
}
}
},