Build definitions for integration testing Please plugins
A light weight test that runs Please in the current repo. It has a number of arguments that you can use to test various conditions around the output of the command.
Similar to plz_e2e_test however it runs Please in the test repo passed in via the repo argument. Use BUILD_FILE
instead of BUILD as the build file name in the test repo to avoid collisions with the main Please repo.
Prepares a tarball consisting of a plugin's files, usually for use in conjunction with plugin_e2e_test.
Similar to please_repo_e2e_test, but designed specifically for performing an end-to-end test on a plugin (usually
generated by e2e_test_plugin) within a given test repo.