https://github.com/johnnymast/redbox-testsuite
Redbox Testsuite allows you to batch process student-like tests in a Suite of tests and collect the results.
https://github.com/johnnymast/redbox-testsuite
security students test testing testsuite
Last synced: 13 days ago
JSON representation
Redbox Testsuite allows you to batch process student-like tests in a Suite of tests and collect the results.
- Host: GitHub
- URL: https://github.com/johnnymast/redbox-testsuite
- Owner: johnnymast
- Created: 2017-04-11T21:50:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-03-13T19:12:20.000Z (over 5 years ago)
- Last Synced: 2025-07-27T07:57:32.206Z (11 months ago)
- Topics: security, students, test, testing, testsuite
- Language: PHP
- Homepage:
- Size: 203 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README

[](https://travis-ci.com/johnnymast/redbox-testsuite)
[](https://scrutinizer-ci.com/g/johnnymast/redbox-testsuite/?branch=master)
[](https://scrutinizer-ci.com/g/johnnymast/redbox-testsuite/?branch=master)

# Redbox Testsuite
Redbox Testsuite allows you to batch process student like tests in a Suite of tests and collect the results from the suite.
## Usage
For the documentation, you can consult our beautiful [wiki](https://github.com/johnnymast/redbox-testsuite/wiki) and dive in directly
by reading [Create your first TestSuite](https://github.com/johnnymast/redbox-testsuite/wiki/Create-your-first-TestSuite).
## Requirements
The following PHP versions are supported.
+ PHP 7.4 and above
## Installation
The package can be installed using composer.
```bash
composer require redbox/testsuite
```
## Author
This package is created and maintained by [Johnny Mast](mailto:mastjohnny@gmail.com). For feature requests or suggestions you could consider
emailing me.
## Enjoy
Oh, and if you've come down this far, you might as well [follow me](https://twitter.com/mastjohnny) on Twitter. If you like this software
please consider giving it a star rating on GitHub.
## Author
This package is created and maintained by [Johnny Mast](mailto:mastjohnny@gmail.com). For feature requests or suggestions you could consider
sending me an e-mail.
## License
Copyright (c) 2021 Johnny Mast
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "
Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.