We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7216aae commit 99d4a2cCopy full SHA for 99d4a2c
2 files changed
.github/workflows/playwright-e2e.yaml
@@ -88,6 +88,8 @@ jobs:
88
STATE: dc
89
NEXT_PUBLIC_STATE: dc
90
ASPNETCORE_ENVIRONMENT: Development
91
+ # Required at startup (AddPlugins); paths may be absent — MEF skips missing dirs and defaults apply.
92
+ PluginAssemblyPaths__0: plugins-dc
93
ConnectionStrings__DefaultConnection: "Server=localhost,1433;Database=SebtPortal;User Id=sa;Password=YourStrong@Passw0rd;TrustServerCertificate=True;"
94
JwtSettings__SecretKey: "ci-e2e-jwt-secret-at-least-32-characters-long"
95
IdentifierHasher__SecretKey: "ci-e2e-identifier-hasher-key-32chars"
src/SEBT.Portal.Web/.pa11yci.json
@@ -12,6 +12,7 @@
12
"urls": [
13
{
14
"url": "http://localhost:3000",
15
+ "actions": ["wait for path to be /login"],
16
"screenCapture": "./pa11y-screenshots/home.png"
17
},
18
0 commit comments