Releases: bazel-contrib/rules_bazel_integration_test
Releases · bazel-contrib/rules_bazel_integration_test
Release 0.3.1
What's Changed
- Fixed issue with
create_scratch_dir
where hidden files were not being copied properly by @cgrindel in #18
Full Changelog: v0.3.0...v0.3.1
Release 0.3.0
What's Changed
- Moved the test files in the tools package to tests/tools_tests. by @cgrindel in #14
- Add support for custom test runners by @cgrindel in #15
Full Changelog: v0.2.0...v0.3.0
Release 0.2.0
Release 0.1.1
- Updated to use cgrindel/bazel_shlib
- Removed code that was migrated to
bazel_shlib
.
Release 0.1.0
- Introduces
bazel_integration_test
andbazel_integration_tests
macros for the declaration of integration tests that execute Bazel.