Skip to content
#

cypress-plugin

Here are 43 public repositories matching this topic...

dialex
dialex commented Aug 14, 2019

If you have a test like this:

describe(`${Cypress.env("SITE")} website`, function() { // <== this is the problem
  it("is alive #fail-fast", function() {
    cy.request(Cypress.config("baseUrl"))
      .its("status")
      .should("equal", 200)
  })

Your library will fail because you have ${Cypress.env(...)} of the test title (describe or it).

$ cypress run --e

Improve this page

Add a description, image, and links to the cypress-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cypress-plugin topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.