https://github.com/beda-software/inferno-au-core
https://github.com/beda-software/inferno-au-core
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/beda-software/inferno-au-core
- Owner: beda-software
- License: apache-2.0
- Created: 2024-01-31T08:22:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T09:50:08.000Z (over 2 years ago)
- Last Synced: 2025-01-10T02:19:11.886Z (over 1 year ago)
- Language: Ruby
- Size: 3.96 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# AU Core Test Kit
Fork from https://github.com/inferno-framework/us-core-test-kit
## Generate tests
1. Put your IG in the folder
```bash
/lib/au_core_test_kit/igs
```
2. Execute ruby script
```bash
bundle exec rake au_core:generate
```
## Run inferno
1. Run setup script
```bash
./setup.sh
```
2. Run
```bash
./run.sh
```