letalboy / testrium

Testrium is the pinnacle of testing libraries, designed to elevate your testing experience to heavenly heights. Seamlessly integrating the power and flexibility of modern testing frameworks, ElysianProbe provides an unparalleled suite of tools to ensure your code is flawless.
0 stars 1 forks source link

Add some new config behavior and new CLI option to select what is the tests you don't want to run #8

Closed letalboy closed 1 week ago

letalboy commented 2 weeks ago

Add something option to disable and enable tests using the configs file, we can also use this to disable or enable some unit of a test too, this way we can create more complex configs when running a test, we can also add something that allow to do it using the command line to facilitate in the CI.

This is what we can do:

testrium run tests --less test_1
LeonardoWrk commented 2 weeks ago

done!

letalboy commented 1 week ago

Done in PR: #15