Popularity
2.9
Declining
Activity
0.0
Stable
2
1
3
Monthly Downloads: 11
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
snap-testing alternatives and similar packages
Based on the "Snap" category.
Alternatively, view snap-testing alternatives based on common mentions on social networks and blogs.
-
snap
Top-level package for the official Snap Framework libraries, includes the snaplets API as well as infrastructure for sessions, auth, and templates. -
heist
An xhtml-based templating engine, allowing Haskell functions to be bound to XML tags. -
snaplet-postgresql-simple
postgresql-simple snaplet for the Snap Framework -
snaplet-persistent
Snaplet for using Persistent in snap applications -
snap-extras
A collection of handler, splice and other primitive helpers that are commonly needed in web applications -
snap-templates
An executable for generating project templates for the Snap Framework -
snaplet-actionlog
Create a change log/history for records in your snap application -
hspec-snap
A library for testing with Hspec and the Snap Web Framework -
snaplet-sqlite-simple
sqlite-simple snaplet for the Snap Framework -
snaplet-mysql-simple
A haskell snaplet for using MariaDB and MySQL database with a Snap Framework application via mysql-simple -
snaplet-sass
Sass integration for Snap with request- and pre-compilation. -
snaplet-postmark
Haskell Snap Framework support for Postmark email system. -
snaplet-auth-acid
An AcidState backend for Snap's Auth Snaplet -
snaplet-coffee
A Haskell Snaplet based off of snaplet-fay, but for coffeescript -
snaplet-haxl
Snaplet for Haxl: https://github.com/facebook/Haxl
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Promo
www.influxdata.com
Do you think we are missing an alternative of snap-testing or a related project?
README
About
snap-testing
is a library to make it easy to write stateful tests
against web applications written with the Snap framework.
Examples
The easiest example to look at is the test suite in the test/
directory.
Tests
You can run the test suite with cabal test
.