5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 07:06:56 +00:00
vault-action/integrationTests/e2e
Max Coulombe 3bbbc68bd0
Development flow enhancements (#430)
+ added a contribution section to the readme
+ added a local workflow to test changes
+ made the vault token configurable for tests
* bumped action/checkout
2023-02-28 15:28:33 -05:00
..
e2e.test.js fix(tests): fix unit tests and improve e2e 2020-02-20 11:24:04 -06:00
jest.config.js chore(test): organize tests a bit better (#7) 2019-11-24 16:00:31 -06:00
README.md chore(test): organize tests a bit better (#7) 2019-11-24 16:00:31 -06:00
setup.js Development flow enhancements (#430) 2023-02-28 15:28:33 -05:00

e2e tests

This test suite runs vault-action as a GitHub Action in the context of a live build, and then verifies that the appropriate environmental variables are set. These tests are intended to mostly be very simple smoke tests to verify that the action is being compiled and run correctly in context.