Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 291 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 291 Bytes

Haskell Cucumber

A Cucumber lookalike in Haskell. Currently this only provides a library for producing Test.Framework.Tests. See the generated haddock documentation for usage examples.

Installing

cabal configure --enable-test
cabal build
cabal test