Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 972 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 972 Bytes

Sahi Build Status

Requirements

  • Java 8
  • Maven

sahi-core:

  • Unix like OS

sahi-test-webapp:

Setting up the workspace

With IntelliJ

  • clone Sahi from this git repo
  • import the project how?
  • set the default run/debug configuration to use the sahi-core module as default working directory (or else your unittests will fail and the dashboard wont start) how?
  • run the Dashboard.main()

Packaging and running Sahi

Run

cd sahi-core
mvn clean package verify
cd bin
sh dashboard.sh

Licenses

See License

Notes

This was pulled from svn using svn2git, so all prior subversion commits are available