-
- Share workspace
-
- Anyone with the link joins at the role you pick. Links are
- single-use and expire in 24h.
-
-
- Role
- {INVITE.role}
-
-
- {INVITE.link}
- {linkCopied ? "Copied" : "Copy"}
-
-
- {INVITE.invitee}
- {inviteSent ? "Sent" : "Send"}
-
-
- {inviteSent
- ? "Sent. Casey opened the link."
- : linkCopied
- ? "Link copied."
- : " "}
-
-
+
+
+ Share 'acme/storefront'
+
+
+
+
+
+ Add people, groups, or teams
+
+
People with access
+
+ AM
+
+ Alex Morgan (you)
+ alex@acme.dev
+
+ Owner
+
+
+
+
General access
+
+
+
+
+
+
+ Restricted
+
+
+ Only people with access can open with the link
+
+
+
+
+
+
) : null}
diff --git a/apps/web/playwright.config.ts b/apps/web/playwright.config.ts
index 04d42b28e..586729d2e 100644
--- a/apps/web/playwright.config.ts
+++ b/apps/web/playwright.config.ts
@@ -16,7 +16,8 @@ export default defineConfig({
? {}
: {
webServer: {
- command: "CODEV_ENABLE_VERIFICATION_FIXTURES=true pnpm start",
+ command:
+ "AUTH_SECRET=playwright-auth-secret CODEV_ENABLE_VERIFICATION_FIXTURES=true pnpm start",
url: "http://127.0.0.1:3000/api/health",
reuseExistingServer: !process.env.CI,
timeout: 120_000,