initial commit
This commit is contained in:
commit
869be69d67
42 changed files with 11444 additions and 0 deletions
6
tests/example.spec.ts
Normal file
6
tests/example.spec.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import { expect, test } from '@nuxt/test-utils/playwright'
|
||||
|
||||
test('example e2e test', async ({ page, goto }) => {
|
||||
await goto('/', { waitUntil: 'hydration' })
|
||||
await expect(page).toHaveTitle(/Nuxt/)
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue