v0.0.4
Version 0.0.4
continues to add valuable functionalities to the project and includes new contributors from the community:
- Enhancement to label support - tests can be included and excluded based on labeled assessments.
- Enhancement to
kind
support - ability to launchKinD
using user-specified configuration file - Update to use the
klient
package to make it easier to specify in/out of cluster usage - Rework of the test harness API so that call back functions receive richer info about executing tests
- Additional examples showing how to use these new functionalities
- And much more
Changelog
7635793 Kind Cluster with parameter
ffd0f68 Rework the FeatureInfo wiring
1ada6a6 Add more info for before/after hooks
45a0029 Make it easier to use in-cluster configurations
9c1d186 Ensure kind and PATH are set as needed
3771367 Support skipping tests by labels and feature name
2e30656 Rework some unit test patterns
84baa29 Flags support fix and examples
8e8d9d9 Run only filtered features by their assigned labels using --labels