forked from glaforge/groovywebconsole
-
Notifications
You must be signed in to change notification settings - Fork 8
Spock Web Console on Google App Engine
pniederw/spockwebconsole
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Spock Web Console ================= Spock Web Console is a place to learn about Spock, the testing and specification framework for Java and Groovy applications. The code base is a fork of Groovy Web Console and hosted on GitHub. The application is hosted on Google App Engine. Building the Project -------------------- The build is based on the Gradle build system (http://www.gradle.org). Type: ./gradlew war (Windows: gradlew war) If not already present, the Gradle distribution and build dependencies will be downloaded automatically. Embedding a Spock Script ------------------------ To embed a Spock script in your site, use the following snippet: <script> gc_id = 1; // the script ID as stated in the script's URL gc_width = 300; // the iframe's width gc_height = 100; // the iframe's height </script> <script language="javascript" src="http://meet.spockframework.org/js/embed.js"></script> Links ----- Spock Web Console http://meet.spockframework.org Spock Web Console Project http://github.com/pniederw/spockwebconsole Spock Framework Homepage http://spockframework.org Groovy Web Console http://groovyconsole.appspot.com Groovy Web Console Project http://github.com/glaforge/groovywebconsole
About
Spock Web Console on Google App Engine
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 82.2%
- Groovy 8.5%
- Shell 5.1%
- Java 4.2%