https://github.com/nikku/play-2.1.1-testing-samples
Samples for Testing Play 2.1.x applications. Result of Play user group talk in Berlin, 2013-04-15.
https://github.com/nikku/play-2.1.1-testing-samples
Last synced: over 1 year ago
JSON representation
Samples for Testing Play 2.1.x applications. Result of Play user group talk in Berlin, 2013-04-15.
- Host: GitHub
- URL: https://github.com/nikku/play-2.1.1-testing-samples
- Owner: nikku
- Created: 2013-04-15T20:44:14.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-15T20:53:46.000Z (over 13 years ago)
- Last Synced: 2025-01-28T12:47:26.112Z (over 1 year ago)
- Language: Scala
- Size: 184 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Play 2.1.1 Testing Examples
===========================
As presented on the Play User Group Berlin 2013-04-15.
Applications
------------
* __test-app__: generated via `play new` and enhanced with some tests
* __zentasks__: part of Play 2.1.1 samples enhanced with test cases for different aspects of the application.
Two test cases fail or are commented out using `pendingUntilFixed` because global database setup has been removed from the application.