Skip to content

Commit 99d4a2c

Browse files
committed
DC-150 Update: playright-e2e to have PluginAssemblyPaths__0 set
1 parent 7216aae commit 99d4a2c

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/playwright-e2e.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ jobs:
8888
STATE: dc
8989
NEXT_PUBLIC_STATE: dc
9090
ASPNETCORE_ENVIRONMENT: Development
91+
# Required at startup (AddPlugins); paths may be absent — MEF skips missing dirs and defaults apply.
92+
PluginAssemblyPaths__0: plugins-dc
9193
ConnectionStrings__DefaultConnection: "Server=localhost,1433;Database=SebtPortal;User Id=sa;Password=YourStrong@Passw0rd;TrustServerCertificate=True;"
9294
JwtSettings__SecretKey: "ci-e2e-jwt-secret-at-least-32-characters-long"
9395
IdentifierHasher__SecretKey: "ci-e2e-identifier-hasher-key-32chars"

src/SEBT.Portal.Web/.pa11yci.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"urls": [
1313
{
1414
"url": "http://localhost:3000",
15+
"actions": ["wait for path to be /login"],
1516
"screenCapture": "./pa11y-screenshots/home.png"
1617
},
1718
{

0 commit comments

Comments
 (0)