Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Page about Functional Test Tool Tools

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

Cypress Installation

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

Cypress notes by NoorenNoreen

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

Cypress note notes by Mattew 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

...