Skip to content

Commit

Permalink
GH-50: Open-source e2e-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
janwirth committed Apr 19, 2021
1 parent 82b8295 commit 20295f1
Show file tree
Hide file tree
Showing 8 changed files with 1,264 additions and 11 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,21 @@ This project runs on node. We develop funk using node version 15.
git clone [email protected]:funk-team/funkLang.git
cd funkLang
npm install
```

# run development environment
### run development environment
npm start

# run unit tests
### test-driven-development
Start test-driven unit testing environment:
```sh
npm run tdd-elm
```

Start test-driven e2e testing environment:
Th
```sh
npm run tdd-e2e
```

## 5. License
Expand Down
Loading

0 comments on commit 20295f1

Please sign in to comment.