]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
feat: add Nightwatch for end-to-end testing (#257)
authorVaibhav Singh <singh.vaibhav2011@gmail.com>
Thu, 8 Jun 2023 07:21:01 +0000 (12:51 +0530)
committerGitHub <noreply@github.com>
Thu, 8 Jun 2023 07:21:01 +0000 (15:21 +0800)
commitff67dcb6fdcbbec9a9d6dbfafe7fe4f13bb37cd3
treeed8145e1526b5e12566661261af2c809eff383c5
parentcf8ebd7b62b852befa221da64c9e4e6bfd3fe178
feat: add Nightwatch for end-to-end testing (#257)
27 files changed:
index.ts
pnpm-lock.yaml
scripts/snapshot.mjs
template/config/nightwatch-ct/nightwatch/index.html [new file with mode: 0644]
template/config/nightwatch-ct/package.json [new file with mode: 0644]
template/config/nightwatch-ct/src/components/__tests__/HelloWorld.spec.js [new file with mode: 0644]
template/config/nightwatch-ct/vite.config.js [new file with mode: 0644]
template/config/nightwatch/.vscode/extensions.json [new file with mode: 0644]
template/config/nightwatch/_gitignore [new file with mode: 0644]
template/config/nightwatch/nightwatch.conf.js [new file with mode: 0644]
template/config/nightwatch/nightwatch/custom-assertions/elementHasCount.js [new file with mode: 0644]
template/config/nightwatch/nightwatch/custom-assertions/elementHasCount.ts [new file with mode: 0644]
template/config/nightwatch/nightwatch/custom-commands/strictClick.js [new file with mode: 0644]
template/config/nightwatch/nightwatch/custom-commands/strictClick.ts [new file with mode: 0644]
template/config/nightwatch/nightwatch/globals.js [new file with mode: 0644]
template/config/nightwatch/nightwatch/nightwatch.d.ts [new file with mode: 0644]
template/config/nightwatch/package.json [new file with mode: 0644]
template/config/nightwatch/tests/e2e/example.js [new file with mode: 0644]
template/config/nightwatch/vite.config.js [new file with mode: 0644]
template/config/vitest/vitest.config.js
template/tsconfig/base/tsconfig.node.json
template/tsconfig/nightwatch-ct/tsconfig.app.json [new file with mode: 0644]
template/tsconfig/nightwatch-ct/tsconfig.json [new file with mode: 0644]
template/tsconfig/nightwatch/nightwatch/tsconfig.json [new file with mode: 0644]
template/tsconfig/nightwatch/tsconfig.json [new file with mode: 0644]
utils/filterList.ts [new file with mode: 0644]
utils/generateReadme.ts