Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.