You can contribute by writing cypress integration test for Naruci.me platform.
-
Some code editor (Vs Code or similar)
-
Usual dev machine config (NodeJs, Git tool installed)
-
Yarn tool installed, if you don't have it:
npm install -g yarn
-
Clone the repository
git clone https://github.com/lemonmints/narucime-tests
-
Open the repo folder in your code editor and install dependencies
yarn install
Cypress installation could take a while, be patient.
-
Add a local cypress.env.json file in the repository root
This file contains all cypress environment variables as explained here.
{ "userName": "naruci.me user name", "password": "naruci.me password" }
File is git ignored, every developer should create a new local file.
yarn cy
cy is a script command (cypress open
) defined in package.json