Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create "Setup E2E" Promo #26836

Closed
mike-plummer opened this issue May 23, 2023 · 2 comments · Fixed by #26894
Closed

Create "Setup E2E" Promo #26836

mike-plummer opened this issue May 23, 2023 · 2 comments · Fixed by #26894
Assignees

Comments

@mike-plummer
Copy link
Contributor

mike-plummer commented May 23, 2023

When in CT mode without E2E configured, we should display a Promo to help users learn about and get started with E2E within the Specs Explorer.

The Testing Type switcher shown here will be implemented under #26448 , this ticket is for implementing the Promo.

CTA Headline: End-to-end Testing is not set up for this project
CTA Text: Try it out now, or read our guides to learn more

  • "read our guides" is a link to on.cypress.io/writing-first-test
  • clicking this creates a "campaign completed" event using the /machine-collect endpoint
    campaign: Read our guide
    medium: E2E Preview

CTA Button Text: Quick setup

  • clicking this creates a "campaign completed" event using the /machine-collect endpoint
    campaign: Quick setup
    medium: E2E Preview

Body headline: What is end-to-end testing?
Body text: End-to-end tests are perfect for testing your entire application from a user's perspective. Visit any URL and test critical user flows exactly as they work in production.
Body list:

  • Item 1: Test full user journeys across multiple pages, using cy.visit() to load up a web page for your test.
  • Item 2: Work with live API calls or mock them with cy.intercept() to test any possible state of your app.
  • Item 3: Use additional commands to manage sessions and multiple origins in your tests.

Screenshot 2023-05-23 at 11 11 59 AM

@mike-plummer
Copy link
Contributor Author

@cypress-bot
Copy link
Contributor

cypress-bot bot commented Jun 7, 2023

Released in 12.14.0.

This comment thread has been locked. If you are still experiencing this issue after upgrading to
Cypress v12.14.0, please open a new issue.

@cypress-bot cypress-bot bot locked as resolved and limited conversation to collaborators Jun 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant