Skip to content

Commit 07a05d2

Browse files
Adjust trial period and announce cy.prompt (#6306)
Extend free trials from 14 days to 30 days. Announce in a banner that cy.prompt is now available, and provide a blog link for more info and access to Studio AI early access registration form.
1 parent fd76507 commit 07a05d2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/cloud/get-started/free-trial.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ sidebar_position: 15
1818

1919
:::
2020

21-
Your free trial of Cypress Cloud provides a 14 day all-access pass to Cypress Cloud features.
21+
Your free trial of Cypress Cloud provides a 30 day all-access pass to Cypress Cloud features.
2222
This is the same list of Cloud features available in our Enterprise plan as described on the
2323
[Cypress Cloud pricing page](https://www.cypress.io/pricing). 50,000 test results are included!
2424

@@ -27,7 +27,7 @@ that your testing life wouldn't be the same without it! After starting your tria
2727
and subscribe to a Cypress Cloud plan at any time.
2828

2929
However, if you determine that subscribing to a Cloud plan is
30-
not workable at the end of 14 days, rest assured that your account will remain available to you
30+
not workable at the end of 30 days, rest assured that your account will remain available to you
3131
and revert to our _Starter_ plan. The _Starter_ plan is free, but does not have the same
3232
set of features. The _Starter_ plan will also limit data retention to 30 days and test results
3333
to 500 per monthly period. Details of the _Starter_ plan are available on the
@@ -138,7 +138,7 @@ If you click the progress indicator you will be presented with an onboarding
138138
guide that will introduce and showcase the features of Cypress Cloud using your
139139
own Cypress tests that have been recorded to Cloud. Progress through the
140140
exploration of Cypress Cloud at your own pace as you and the other members of
141-
your organization have **2 weeks** to experience **all** of the capabilities
141+
your organization have **30 days** to experience **all** of the capabilities
142142
that Cypress Cloud provides!
143143

144144
<DocsImage

docs/partials/_cloud_free_plan.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
To get started with Cypress Cloud,
2-
[sign up](https://cloud.cypress.io/signup) to start your **2 week free trial** - including all
2+
[sign up](https://cloud.cypress.io/signup) to start your **30 day free trial** - including all
33
premium Cypress Cloud features and plenty of test results
44
to let you experience the power of Cypress Cloud!

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ const config = {
156156
// Styles for this are controlled in src/css/announcement-bar.scss
157157
announcementBar: {
158158
//give id a unique value to get a new announcement bar to appear
159-
id: 'ga-ui-cov-a11y',
160-
content: `📢 NEW! Improve app quality with instant insights using <a href="https://www.cypress.io/accessibility?utm_medium=accouncement-banner&utm_source=docs.cypress.io&utm_content=Cypress Accessibility">Cypress Accessibility</a> or <a href="https://www.cypress.io/ui-coverage?utm_medium=announcement-banner&utm_source=docs.cypress.io&utm_content=UI Coverage">UI Coverage</a>.`,
159+
id: 'cy-prompt-experimental-live',
160+
content: `📢 NEW! cy.prompt() natural language and self-healing tests <a href="https://www.cypress.io/blog/cy-prompt-experimental-launch?utm_source=docs.cypress.io&utm_medium=cyconf&utm_campaign=cypressconf">now available</a> in the Cypress App.`,
161161
isCloseable: true,
162162
},
163163
footer: {

0 commit comments

Comments
 (0)