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:
npm install -g taiko
npm install -g @getgauge/cli
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