From 55a3374d25aeae96511b6b762d6549e697bff7bf Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Mon, 8 May 2023 15:18:29 +0200 Subject: [PATCH 1/2] test(e2e): Add canary/experimental tests for react e2e tests --- .../create-react-app/test-recipe.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/packages/e2e-tests/test-applications/create-react-app/test-recipe.json b/packages/e2e-tests/test-applications/create-react-app/test-recipe.json index a2b1bd98ea61..857686c92286 100644 --- a/packages/e2e-tests/test-applications/create-react-app/test-recipe.json +++ b/packages/e2e-tests/test-applications/create-react-app/test-recipe.json @@ -2,5 +2,19 @@ "$schema": "../../test-recipe-schema.json", "testApplicationName": "create-react-app", "buildCommand": "pnpm install && pnpm build", - "tests": [] + "tests": [], + "canaryVersions": [ + { + "dependencyOverrides": { + "react": "canary", + "react-dom": "canary" + } + }, + { + "dependencyOverrides": { + "react": "canary", + "react-dom": "canary" + } + } + ] } From ed57fb73e4e3dcab5f21a54c8cab8a49c54172ff Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Mon, 8 May 2023 15:58:25 +0200 Subject: [PATCH 2/2] remove duplicate experimental --- .../test-applications/create-react-app/test-recipe.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/e2e-tests/test-applications/create-react-app/test-recipe.json b/packages/e2e-tests/test-applications/create-react-app/test-recipe.json index 857686c92286..a45dde0d9c07 100644 --- a/packages/e2e-tests/test-applications/create-react-app/test-recipe.json +++ b/packages/e2e-tests/test-applications/create-react-app/test-recipe.json @@ -4,12 +4,6 @@ "buildCommand": "pnpm install && pnpm build", "tests": [], "canaryVersions": [ - { - "dependencyOverrides": { - "react": "canary", - "react-dom": "canary" - } - }, { "dependencyOverrides": { "react": "canary",