From dd1b1f2539c9e6969845218223cb19917170e93a Mon Sep 17 00:00:00 2001 From: Ben M Date: Wed, 21 Sep 2022 09:50:31 -0400 Subject: [PATCH 1/2] Updating the roadmap page to point to the new github project board used for the Cypress app roadmap --- content/guides/references/roadmap.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/content/guides/references/roadmap.md b/content/guides/references/roadmap.md index 51be340f61..aeb9752754 100644 --- a/content/guides/references/roadmap.md +++ b/content/guides/references/roadmap.md @@ -2,18 +2,6 @@ title: Roadmap --- -## Upcoming features +## The Cypress App Roadmap -_Last updated May 25, 2022_ - -Our team is always planning and working on really "big" upcoming features. -Priorities can change as we move forward, but here is an outline of where -Cypress is headed now. - -| Status | Feature | Issue | PR | Released | -| ------------------ | -------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------- | -| _Beta_ | **Component Testing** | [#5922](https://github.com/cypress-io/cypress/issues/5922) | [#14479](https://github.com/cypress-io/cypress/pull/14479) | [v10.0.0](/guides/references/changelog#10-0-0) | -| _Experimental_ | **Session API** | [#8301](https://github.com/cypress-io/cypress/issues/8301) | [#8765](https://github.com/cypress-io/cypress/pull/8765) | [v8.2.0](/guides/references/changelog#8-2-0) | -| _Experimental_ | **Visit Multiple Origins** | [#944](https://github.com/cypress-io/cypress/issues/944) | [#21137](https://github.com/cypress-io/cypress/pull/21137) | [v9.6.0](/guides/references/changelog#9-6-0) | -| _Work in progress_ | **Iframe Support** | [#136](https://github.com/cypress-io/cypress/issues/136) | | | -| _Work in progress_ | **WebKit Support** | [#6422](https://github.com/cypress-io/cypress/issues/6422) | | | + At Cypress we love sharing what we are working on and are always striving to improve transparency and communication with our community. If you are interested in learning more about what we have planned for the future of the Cypress app check out our Cypress app Roadmap Board [here](https://github.com/orgs/cypress-io/projects/13/views/1). \ No newline at end of file From f74bf46a86da2e24143ee7ba806a1e952f4063a8 Mon Sep 17 00:00:00 2001 From: Ben M Date: Wed, 21 Sep 2022 10:09:02 -0400 Subject: [PATCH 2/2] changed word roadmap to priorities and forgot to run prettier --- content/guides/references/roadmap.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/content/guides/references/roadmap.md b/content/guides/references/roadmap.md index aeb9752754..f00a878958 100644 --- a/content/guides/references/roadmap.md +++ b/content/guides/references/roadmap.md @@ -2,6 +2,10 @@ title: Roadmap --- -## The Cypress App Roadmap +## The Cypress App Priorities - At Cypress we love sharing what we are working on and are always striving to improve transparency and communication with our community. If you are interested in learning more about what we have planned for the future of the Cypress app check out our Cypress app Roadmap Board [here](https://github.com/orgs/cypress-io/projects/13/views/1). \ No newline at end of file +At Cypress we love sharing what we are working on and are always striving to +improve transparency and communication with our community. If you are interested +in learning more about what we have planned for the future of the Cypress app +check out our Cypress app Priorities Board +[here](https://github.com/orgs/cypress-io/projects/13/views/1).