-
Couldn't load subscription status.
- Fork 3
Description
Is your feature request related to a problem? Please describe.
The integration test script should be re-worked to include the ability to run new DAP tests, and should be renamed to follow the test_<test type> scheme that most Cyberark projects follow.
That is, instead of having a separate test_enterprise script, we should have one single test_integration script that can be toggled to run tests against either oss or enterprise, and this single script can be invoked in the project pipeline.
As part of this card, we can also review the naming of the utility scripts to make sure that the exact behavior that each script does is clear from the name alone, and that we follow the convention of having bin/test_unit, bin/test_integration, bin/test_e2e, and bin/dev (as needed) so that it's easy for devs starting work on this project to get started. The docs on them will be cleaned up in #164.
Currently the script runs the Python integration tests by default, this should be changed so that users are required to specify a specific set of integration tests.
AC:
- The test scripts use the common convention of being named
bin/test_X, and are consolidated - Utility script names are clear
- The integration test script doesn't have a default language that it runs, but requires a language to be passed in