oimtrust / voilatest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to install?

Pre-requisites

  • Node.js Install at least v16.20.2 or higher as this is the oldest active LTS version. Only releases that are or will become an LTS release are officially supported.
  • VSCode or Jetbrains Aqua
  • Yarn

Steps

  • Clone this project.
  • Open the project in VSCode/Aqua.
  • Open the terminal in VSCode/Aqua.
  • Execute yarn to install the node modules.
  • Edit your voilĂ .id account at ./tests/data/login.data.js:
export const VALID_LOGIN_DATA = {
  email: "yourmail@gmail.com",
  password: "yourPassword"
}
  • Execute yarn run cy:open to open Cypress Studio.
  • Execute yarn run cy:run to run all tests

Screenshot

  • Login Test Login Test
  • Create Transaction Test Create Transaction Test
  • All Specs All Specs

About


Languages

Language:JavaScript 82.6%Language:Gherkin 17.4%