Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fmauquie/testbed
https://github.com/fmauquie/testbed
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fmauquie/testbed
- Owner: fmauquie
- Created: 2015-10-09T15:39:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-10T06:38:50.000Z (about 9 years ago)
- Last Synced: 2023-08-04T22:11:21.513Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://fmauquie.github.io/testbed/app/
- Size: 3.38 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Testbed
=======Allows quick testing of some code.
To run, execute `node server.js` and point your browser to http://localhost:9000/.
Features:
- ACE editor
- Automatic running
- Basic matching between the code output and a reference
- Diff with the output
- Coloration of the error in the ACE editor when the code raises an exception
- Simple localstorage save to allow reloading of the last code chunkThis is a quick hack.
There is no build system and I copied the libs in the repo (beuark).
Also the structure and lib versions look a little old because I started from some stuff I made somewhere else some time ago.Test it: https://fmauquie.github.io/testbed/app/