From db76669537fb4e69bc3c273c7ad9cabcb95f397e Mon Sep 17 00:00:00 2001 From: Andrew Goldis Date: Fri, 30 Aug 2024 14:04:38 -0700 Subject: [PATCH 1/3] Update README.md [skip ci] --- examples/happo/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/happo/README.md b/examples/happo/README.md index e7e6d41..1436ec3 100644 --- a/examples/happo/README.md +++ b/examples/happo/README.md @@ -21,3 +21,5 @@ Connecting to cloud orchestration service... ``` Note the use of [cypress-on-fix]() in [`cypress.config.ts`](examples/happo/cypress.config.ts) due to Cypress [bug](https://github.com/cypress-io/cypress/issues/5240) + +![currents-2024-08-30-14 04 10@2x](https://github.com/user-attachments/assets/35ed8b0b-3951-406b-a1bd-0b8e9382e355) From 9e73d13d1b949a56f982511541f9c4cf08a40a9d Mon Sep 17 00:00:00 2001 From: Andrew Goldis Date: Fri, 30 Aug 2024 14:06:01 -0700 Subject: [PATCH 2/3] Update cypress.config.ts [skip ci] --- examples/happo/cypress.config.ts | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/examples/happo/cypress.config.ts b/examples/happo/cypress.config.ts index 8d329ec..e2af183 100644 --- a/examples/happo/cypress.config.ts +++ b/examples/happo/cypress.config.ts @@ -14,20 +14,8 @@ module.exports = defineConfig({ async setupNodeEvents(cyOn, config) { const on = patchCypressOn(cyOn); happoTask.register(on, config); - const result = await cloudPlugin(on, config); - return result; + return await cloudPlugin(on, config); }, }, - component: { - specPattern: ["pages/__tests__/*.spec.tsx"], - async setupNodeEvents(on, config) { - const result = await cloudPlugin(on, config); - return result; - }, - devServer: { - framework: "next", - bundler: "webpack", - }, - }, }); From af26308d2431caf4c446dfdb4a98112f18720682 Mon Sep 17 00:00:00 2001 From: Andrew Goldis Date: Fri, 30 Aug 2024 14:06:30 -0700 Subject: [PATCH 3/3] Update README.md [skip ci] --- examples/happo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/happo/README.md b/examples/happo/README.md index 1436ec3..aca3710 100644 --- a/examples/happo/README.md +++ b/examples/happo/README.md @@ -1,6 +1,6 @@ # Happo + Currents + Cypress -An example showcasing seting up Happo with Currents. +An example showcasing setting up Happo with Currents. ```sh export CURRENTS_RECORD_KEY=zzz