Skip to content

Commit d01f16b

Browse files
authored
Removes CRA from the E2E tests (#6692)
## What's the problem this PR addresses? [CRA is now deprecated.](https://react.dev/blog/2025/02/14/sunsetting-create-react-app) ## How did you fix it? Removes it from the E2E tests. ## Checklist <!--- Don't worry if you miss something, chores are automatically tested. --> <!--- This checklist exists to help you remember doing the chores when you submit a PR. --> <!--- Put an `x` in all the boxes that apply. --> - [x] I have read the [Contributing Guide](https://yarnpkg.com/advanced/contributing). <!-- See https://yarnpkg.com/advanced/contributing#preparing-your-pr-to-be-released for more details. --> <!-- Check with `yarn version check` and fix with `yarn version check -i` --> - [x] I have set the packages that need to be released for my changes to be effective. <!-- The "Testing chores" workflow validates that your PR follows our guidelines. --> <!-- If it doesn't pass, click on it to see details as to what your PR might be missing. --> - [x] I will check that all automated PR checks pass before the PR gets reviewed.
1 parent 0208e4e commit d01f16b

File tree

2 files changed

+0
-51
lines changed

2 files changed

+0
-51
lines changed

.github/workflows/e2e-cra-workflow.yml

-50
This file was deleted.

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ On top of our classic integration tests, we also run Yarn every day against the
135135

136136
<!-- Generated by running "node ./scripts/generate-e2e-status-list.mjs" -->
137137
<!-- start generated list -->
138-
- [![](https://github.com/yarnpkg/berry/actions/workflows/e2e-cra-workflow.yml/badge.svg?event=schedule)](https://github.com/yarnpkg/berry/actions/workflows/e2e-cra-workflow.yml)
139138
- [![](https://github.com/yarnpkg/berry/actions/workflows/e2e-create-vue-workflow.yml/badge.svg?event=schedule)](https://github.com/yarnpkg/berry/actions/workflows/e2e-create-vue-workflow.yml)
140139
- [![](https://github.com/yarnpkg/berry/actions/workflows/e2e-docusaurus-workflow.yml/badge.svg?event=schedule)](https://github.com/yarnpkg/berry/actions/workflows/e2e-docusaurus-workflow.yml)
141140
- [![](https://github.com/yarnpkg/berry/actions/workflows/e2e-esbuild-workflow.yml/badge.svg?event=schedule)](https://github.com/yarnpkg/berry/actions/workflows/e2e-esbuild-workflow.yml)

0 commit comments

Comments
 (0)