feat(e2e): add fixtures and data seeding

This commit is contained in:
QAComet
2024-04-21 17:16:30 -06:00
parent cd09843b99
commit ce7a94e492
8 changed files with 179 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
export { test } from "./fixtures";
export { expect } from "@playwright/test";