An open API service indexing awesome lists of open source software.

https://github.com/datumbrain/tasker-acceptance-tests

Acceptance Tests for Tasker App
https://github.com/datumbrain/tasker-acceptance-tests

Last synced: 9 months ago
JSON representation

Acceptance Tests for Tasker App

Awesome Lists containing this project

README

          

# Tasker App Acceptance Tests

This is a set of acceptance tests for the Tasker app. You can read more about it [tdd-in-legacy-codebase](https://github.com/naumanzchaudhry/tdd-in-legacy-codebase) repo.

## Setup

Before moving forward, make sure you have the following installed:

- [Node.js](https://nodejs.org/en/)

### Install dependencies

```bash
npm install
```

### Run tests

```bash
npm run test
```