https://github.com/br0ken-/tests-runner
Runs sets of your tests. Controls what to run/skip via commit messages.
https://github.com/br0ken-/tests-runner
bash-script travis-ci travis-scripts
Last synced: about 2 months ago
JSON representation
Runs sets of your tests. Controls what to run/skip via commit messages.
- Host: GitHub
- URL: https://github.com/br0ken-/tests-runner
- Owner: BR0kEN-
- License: mit
- Created: 2018-07-08T03:18:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-08T03:58:30.000Z (almost 7 years ago)
- Last Synced: 2025-02-04T00:35:00.616Z (4 months ago)
- Topics: bash-script, travis-ci, travis-scripts
- Language: Shell
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tests Runner
The script that can help you to manage running your tests. The detailed description of the project is available in the [Automate running tests in different languages on Travis CI](https://cikit.tools/blog/travis-tests-automation) publication.
## Usage
- Create a directory with tests.
- Group tests within subfolders. Name each directory as an interpreter that should run the tests.
- Put an `.extension` file inside of each subfolder. The file must contain an extension of test files within the directory.
- Name files with tests following the `[a-z]` pattern. All the rest will not be processed by the runner and may be used internally.For more detailed usage explanation please read the [blog post](https://cikit.tools/blog/travis-tests-automation).