Getting Started

This is a basic ToDo App that I developed for Modanisa Tech's Technologist Challenge.

Acceptance test is an automation test. That's why you should make sure you run your Backend and Frontend codes before running this test.

Installation

Use the package manager npm and Node.js to install.

Tech Stack:


Taiko

npm install -g taiko

Gauge

npm install -g @getgauge/cli

Gauge Plugins VS Code


Install the dependencies and devDependencies and start the server.

gh repo clone mbakin/modanisa-acceptance
cd modanisa-acceptance
npm install

Aviable test scripts:

"test": "gauge run specs/"

You can test acceptance

npm run test