Promote dev → main: GRO-639, GRO-642, GRO-666, GRO-724 #318

Merged
the-dogfather-cto[bot] merged 15 commits from dev into main 2026-04-17 11:43:47 +00:00
Showing only changes of commit 85c76b5209 - Show all commits
+2 -2
View File
@@ -3,7 +3,7 @@ import { defineConfig, devices } from "@playwright/test";
/** /**
* Playwright configuration for GroomBook Web E2E tests. * Playwright configuration for GroomBook Web E2E tests.
* *
* Targets the deployed dev environment at groombook.dev.farh.net. * Targets the deployed dev environment at dev.groombook.dev.
* Uses the dev login selector (/login) for authentication — no hardcoded credentials. * Uses the dev login selector (/login) for authentication — no hardcoded credentials.
* *
* Run locally: * Run locally:
@@ -19,7 +19,7 @@ export default defineConfig({
reporter: process.env.CI ? "github" : "list", reporter: process.env.CI ? "github" : "list",
use: { use: {
baseURL: "https://groombook.dev.farh.net", baseURL: "https://dev.groombook.dev",
trace: "on-first-retry", trace: "on-first-retry",
screenshot: "only-on-failure", screenshot: "only-on-failure",
serviceWorkers: "block", serviceWorkers: "block",