Add in the loop test for navigable pages, plus test workflow
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro",
|
||||
"test": "vitest"
|
||||
"test": "vitest",
|
||||
"e2e-test": "playwright test"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^5.15.4",
|
||||
|
||||
Reference in New Issue
Block a user