-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
CTIssue related to component testingIssue related to component testingprocess: testsRelated to our internal testsRelated to our internal tests
Description
There are 24 example projects in npm/**/examples/**:
➜ cypress git:(develop) ✗ echo npm/**/examples/** | xargs -n1 echo
npm/react/examples/a11y
npm/react/examples/craco
npm/react/examples/find-webpack
npm/react/examples/nextjs
npm/react/examples/nextjs-webpack-5
npm/react/examples/react-scripts
npm/react/examples/react-scripts-folder
npm/react/examples/react-scripts-typescript
npm/react/examples/sass-and-ts
npm/react/examples/snapshots
npm/react/examples/tailwind
npm/react/examples/using-babel
npm/react/examples/using-babel-typescript
npm/react/examples/visual-sudoku
npm/react/examples/visual-testing-with-applitools
npm/react/examples/visual-testing-with-happo
npm/react/examples/visual-testing-with-percy
npm/react/examples/webpack-file
npm/react/examples/webpack-options
npm/vue/examples/code-coverage
npm/vue/examples/vue-cli
npm/webpack-preprocessor/examples/react-app
npm/webpack-preprocessor/examples/use-babelrc
npm/webpack-preprocessor/examples/use-ts-loader
➜ cypress git:(develop) ✗ echo npm/**/examples/** | xargs -n1 echo | wc -l
24
All of these can be converted to system-tests. This is especially important to save CI time and cost for the example projects that require yarn install, since currently we're running yarn install for each one of those projects, for each commit.
Partially blocked by #18574 which adds the yarn install caching to system-tests.
emilyrohrbough
Metadata
Metadata
Assignees
Labels
CTIssue related to component testingIssue related to component testingprocess: testsRelated to our internal testsRelated to our internal tests