From 0aa58b97bdccc63ff8ac1c860e241ef6e0a63055 Mon Sep 17 00:00:00 2001 From: Vesa Laakso <482561+valscion@users.noreply.github.com> Date: Thu, 5 Jan 2023 13:43:21 +0200 Subject: [PATCH] Link to regression proof and actions to only main branch --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6ea9e5..f695924 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,13 @@ This repository is a reproduction for this issue over at Cypress side: https://g ## GitHub actions -The Cypress test `cypress/e2e/spec.cy.js` is running also in GitHub actions and the test failures can be seen there: https://github.com/valscion/cypress-cookie-issue-reproduction/actions +The Cypress test `cypress/e2e/spec.cy.js` is running also in GitHub actions and the test failures can be seen there: https://github.com/valscion/cypress-cookie-issue-reproduction/actions?query=branch%3Amain + +## Regression proof + +There exists a pull request showing how the test passes with older version of Cypress: + +* Cypress v11.2.0: https://github.com/valscion/cypress-cookie-issue-reproduction/pull/1 ## Setup steps