]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
feat: add Playwright for end-to-end testing (#76)
authorMax Schmitt <max@schmitt.mx>
Mon, 26 Sep 2022 11:55:30 +0000 (13:55 +0200)
committerGitHub <noreply@github.com>
Mon, 26 Sep 2022 11:55:30 +0000 (19:55 +0800)
commitfcc6447da7311ee8fac2b26b9370c9f11248ab8b
tree0460ab1b3b69b08addd17a2ef82a557abcff17f2
parentffb7a6a578c1e49b1d0b611e2d4f99ea14a7b8cc
feat: add Playwright for end-to-end testing (#76)
13 files changed:
index.ts
pnpm-lock.yaml
scripts/snapshot.mjs
scripts/test.mjs
template/config/playwright/_gitignore [new file with mode: 0644]
template/config/playwright/e2e/vue.spec.js [new file with mode: 0644]
template/config/playwright/e2e/vue.spec.ts [new file with mode: 0644]
template/config/playwright/package.json [new file with mode: 0644]
template/config/playwright/playwright.config.js [new file with mode: 0644]
template/config/playwright/playwright.config.ts [new file with mode: 0644]
template/config/vitest/package.json
utils/generateReadme.ts
utils/renderTemplate.ts