You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thus, development workflow for testing would be done with captain test running the default target, and a CI server could call captain test ci to run a custom test command.
The text was updated successfully, but these errors were encountered:
It would be nice to be able to breakout tests on a container into sub-commands, this would be useful for CI/CD integration v. Developer workflow.
Example, a python app that might need coverage reports generated in junit, but developers want console tests:
Thus, development workflow for testing would be done with
captain test
running the default target, and a CI server could callcaptain test ci
to run a custom test command.The text was updated successfully, but these errors were encountered: