Skip to content

Releases: bazel-contrib/rules_bazel_integration_test

Release 0.3.1

03 Dec 22:26
bdcc559
Compare
Choose a tag to compare

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

02 Dec 20:26
f2d2091
Compare
Choose a tag to compare

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

29 Nov 21:07
7f9ca06
Compare
Choose a tag to compare

What's Changed

  • Updated README.md for release 0.1.1. by @cgrindel in #6
  • Added sh_deps and sh_data to bazel_integration_test to support additional execution scenarios by @cgrindel in #8
  • Add create_scratch_dir utility to tools by @cgrindel in #12

Full Changelog: v0.1.1...v0.2.0

Release 0.1.1

17 Nov 00:55
b7db6be
Compare
Choose a tag to compare

Release 0.1.0

15 Nov 22:44
be8e3b4
Compare
Choose a tag to compare
  • Introduces bazel_integration_test and bazel_integration_tests macros for the declaration of integration tests that execute Bazel.