ltbs / uniform-scala   4.10.0

Apache License 2.0 GitHub

Functional user journeys

Scala versions: 2.13 2.12 2.11 2.10
Scala.js versions: 1.x 0.6
sbt plugins: 1.0 0.13

uniform-scala

Functional user journeys in Scala. Write your user-journeys once in an extensible Scala eDSL and have interpreters build for you -

  1. A Web interface in Play
  2. A GUI interface
  3. A CLI interface
  4. A Static website
  5. Logic tables
  6. Selenium Tests

See the documentation to get started.

Building

Without doing this you will likely find SBT will attempt to change crossScalaVersions to include incompatible combinations of Play and Scala.

Additionally +compile will generally fail. For some reason the root compilation task appears to depend upon an earlier version of itself. +test, etc should work, however.