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
- Host: GitHub
- URL: https://github.com/datumbrain/tasker-acceptance-tests
- Owner: datumbrain
- Created: 2024-10-08T11:32:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-08T12:15:26.000Z (over 1 year ago)
- Last Synced: 2025-08-31T16:04:16.960Z (9 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```