Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haskell-to-elm/haskell-to-elm-test
https://github.com/haskell-to-elm/haskell-to-elm-test
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/haskell-to-elm/haskell-to-elm-test
- Owner: haskell-to-elm
- Created: 2019-08-30T07:18:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T18:26:54.000Z (12 months ago)
- Last Synced: 2024-05-01T20:22:36.679Z (8 months ago)
- Language: Haskell
- Size: 587 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# haskell-to-elm-test
End-to-end fuzz testing for:
* [elm-syntax](https://github.com/haskell-to-elm/elm-syntax)
* [haskell-to-elm](https://github.com/haskell-to-elm/haskell-to-elm)
* [servant-to-elm](https://github.com/haskell-to-elm/servant-to-elm)# Usage
To run the tests, first execute
```
make run-backend
```and then, in a separate terminal, run
```
make run-frontend
```which opens a browser that runs the tests.