Baseline Groups

February 2, 2023 ยท View on GitHub

Bell includes the following groups in its Baseline that can be used as loading targets:

  • Deployment will load all the packages needed in a deployed application
  • Tests will load the test cases
  • Dependent-SUnit-Extensions will load extensions to SUnit
  • CI is the group loaded in the continuous integration setup, in this particular case it is the same as Tests
  • Development will load all the needed packages to develop and contribute to the project