Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Page about Functional Test Tools

https://tcmarin.atlassian.net/wiki/spaces/FTT

End to End with Cypress by Ewa

End to End Testing with Cypress

Cypress Installation

https://testautomationu.applitools.com/cypress-tutorial/chapter1.html

Cypress notes by Noreen

https://tcmarin.atlassian.net/wiki/spaces/FTT/pages/2262695948/Cypress+automation+tool+notes?atlOrigin=eyJpIjoiNWVkNjcwZjU3MDA0NDkwNTkzZTI0Njk1MGJmZDI5MjQiLCJwIjoiYyJ9

Cypress notes by Matthew Moore

You can install it by downloading this https://download.cypress.io/desktop but it is best practice to create a new nodejs project via `npm init` then install the cypress package via `npm install cypress`. 

Read more here: https://docs.cypress.io/guides/getting-started/installing-cypress#System-requirements

  • No labels