From: Jess Date: Fri, 3 Jun 2022 08:39:20 +0000 (+0200) Subject: fix: move Cypress links to "on" links so they do not break. (#109) X-Git-Tag: v3.2.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd6888070168d5785f50726531a03ba8cd43f401;p=thirdparty%2Fvuejs%2Fcreate-vue.git fix: move Cypress links to "on" links so they do not break. (#109) --- diff --git a/template/code/default/src/components/TheWelcome.vue b/template/code/default/src/components/TheWelcome.vue index 6c09bb99..d3d2e7ac 100644 --- a/template/code/default/src/components/TheWelcome.vue +++ b/template/code/default/src/components/TheWelcome.vue @@ -31,7 +31,7 @@ import SupportIcon from './icons/IconSupport.vue' Volar. If you need to test your components and web pages, check out Cypress and - Cypress Component Testing. diff --git a/template/code/router/src/components/TheWelcome.vue b/template/code/router/src/components/TheWelcome.vue index 6c09bb99..d3d2e7ac 100644 --- a/template/code/router/src/components/TheWelcome.vue +++ b/template/code/router/src/components/TheWelcome.vue @@ -31,7 +31,7 @@ import SupportIcon from './icons/IconSupport.vue' Volar. If you need to test your components and web pages, check out Cypress and - Cypress Component Testing. diff --git a/template/code/typescript-default/src/components/TheWelcome.vue b/template/code/typescript-default/src/components/TheWelcome.vue index ba5cb527..ce040fe3 100644 --- a/template/code/typescript-default/src/components/TheWelcome.vue +++ b/template/code/typescript-default/src/components/TheWelcome.vue @@ -31,7 +31,7 @@ import SupportIcon from './icons/IconSupport.vue' Volar. If you need to test your components and web pages, check out Cypress and - Cypress Component Testing. diff --git a/template/code/typescript-router/src/components/TheWelcome.vue b/template/code/typescript-router/src/components/TheWelcome.vue index ba5cb527..ce040fe3 100644 --- a/template/code/typescript-router/src/components/TheWelcome.vue +++ b/template/code/typescript-router/src/components/TheWelcome.vue @@ -31,7 +31,7 @@ import SupportIcon from './icons/IconSupport.vue' Volar. If you need to test your components and web pages, check out Cypress and - Cypress Component Testing. diff --git a/utils/generateReadme.ts b/utils/generateReadme.ts index 38b04ab2..569bf0ea 100644 --- a/utils/generateReadme.ts +++ b/utils/generateReadme.ts @@ -69,7 +69,7 @@ ${getCommand(packageManager, 'test:unit')} if (needsCypressCT) { npmScriptsDescriptions += ` -### Run Unit Tests with [Cypress Component Testing](https://docs.cypress.io/guides/component-testing/introduction) +### Run Headed Component Tests with [Cypress Component Testing](https://on.cypress.io/component) \`\`\`sh ${getCommand(packageManager, 'test:unit')} # or \`${getCommand(