Skip to content

BR0kEN-/tests-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 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.

About

Runs sets of your tests. Controls what to run/skip via commit messages.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages