Skip to content

v0.4.0

Compare
Choose a tag to compare
@rfns rfns released this 12 Mar 18:16
· 15 commits to master since this release

FIXES

  • Fixed the filtering of the variables that are relevant to the installer.
  • Removed the usage of <CSPApplication> tag due to its support partial support to CSP settings.

IMPROVEMENTS

  • Added a installer helper method to handle creating the CSPApplication.
  • Removed usage of status for assertion failures thus allowing extensive feedback while preventing errors.

CHANGES

  • /opt/ci/root is now /opt/ci/app.
  • CI_TESTSUITEis now TEST_SUITE and CI_TESTCASE is now TEST_CASE.
  • Made sure to split the env variables usage into three distinct groups: installer CI_, tests case parameters TESTPARAM_ and test configuration TEST_.

CHORE

  • Updated the documentation.