End to End testing #321
Unanswered
fabriciojs
asked this question in
Ideas
Replies: 1 comment
-
Investigating a bit about how to that, we find a couple of different approaches:
BATS mention on TAP is interesting (http://testanything.org/). Using vanilla bash could work as well... a small POC: https://github.com/kool-dev/kool/compare/master...fabriciojs:end-to-end-testing?expand=1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We already have a great unit/feature test suite in the CLI code itself, currently at ~94% coverage.
Would be very nice to have a full suite of tests for the CLI actually running and integrating with Docker, maybe on different environments/versions. Presets for example is a portion of our deliverables that would really leverage such testing.
Beta Was this translation helpful? Give feedback.
All reactions