Added v2 playwright e2e tests and workflow action (#2379)

This commit is contained in:
Zane
2025-04-29 07:02:43 -07:00
committed by GitHub
parent 8d6c5ef6af
commit c8f63e3f91
15 changed files with 673 additions and 39 deletions
+6 -3
View File
@@ -1,10 +1,13 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline';" />
<link href="/src/index.css" rel="stylesheet">
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline';"
/>
<link href="/src/index.css" rel="stylesheet" />
<title>Goose v2</title>
</head>
<body>