]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
feat: update to Cypress 10
authorHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 3 Jun 2022 02:38:25 +0000 (10:38 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 3 Jun 2022 08:41:17 +0000 (16:41 +0800)
commitfd4909aff0fc5fa7f0ad398e060108c09b367ecb
tree25ec28adf29840c82b75a2fa448f0f40c684c07f
parent98d84302a0b59e57a191682ce83e4f68a19eeac7
feat: update to Cypress 10
30 files changed:
index.ts
pnpm-lock.yaml
scripts/snapshot.mjs
template/config/cypress-ct/cypress.config.js [new file with mode: 0644]
template/config/cypress-ct/cypress.config.ts [new file with mode: 0644]
template/config/cypress-ct/cypress.json [deleted file]
template/config/cypress-ct/cypress/plugins/index.js [deleted file]
template/config/cypress-ct/cypress/plugins/index.ts [deleted file]
template/config/cypress-ct/cypress/support/component-index.html [new file with mode: 0644]
template/config/cypress-ct/cypress/support/component.js [new file with mode: 0644]
template/config/cypress-ct/cypress/support/component.ts [new file with mode: 0644]
template/config/cypress-ct/package.json
template/config/cypress-ct/src/components/__tests__/HelloWorld.cy.js [moved from template/config/cypress-ct/src/components/__tests__/HelloWorld.spec.js with 56% similarity]
template/config/cypress/cypress.config.js [new file with mode: 0644]
template/config/cypress/cypress.config.ts [new file with mode: 0644]
template/config/cypress/cypress.json [deleted file]
template/config/cypress/cypress/e2e/example.cy.js [moved from template/config/cypress/cypress/integration/example.spec.js with 100% similarity]
template/config/cypress/cypress/e2e/jsconfig.json [moved from template/config/cypress/cypress/jsconfig.json with 70% similarity]
template/config/cypress/cypress/plugins/index.js [deleted file]
template/config/cypress/cypress/plugins/index.ts [deleted file]
template/config/cypress/cypress/support/commands.ts [new file with mode: 0644]
template/config/cypress/cypress/support/e2e.js [moved from template/config/cypress/cypress/support/index.js with 100% similarity]
template/config/cypress/package.json
template/tsconfig/base/tsconfig.config.json [moved from template/tsconfig/base/tsconfig.vite-config.json with 63% similarity]
template/tsconfig/base/tsconfig.json
template/tsconfig/cypress-ct/tsconfig.cypress-ct.json
template/tsconfig/cypress-ct/tsconfig.json
template/tsconfig/vitest/tsconfig.json
template/tsconfig/vitest/tsconfig.vite-config.json [deleted file]
utils/renderEslint.ts