Skip to content

Rename standalone tests to scenarios and scenarios to options

Nailia Iskhakova (OOO) requested to merge change-scenarios-to-options into master

Closes #104 (closed)

Should be merged after !69 (merged)

Changes:

  • Renamed standalone tests to scenarios
  • Changed the naming convention for scenario tests to scenario_<type>_<test>.js to reflect that they're not specifically testing a specific single endpoint or webpage. For example, api_v4_new_issues.js would become scenario_api_new_issues.js.
  • Renamed the existing scenarios folder to options to better match k6 nonclamenture and update the run-k6 script / docs accordingly.
  • Updated all related documentation

What should be done when MR is merged:

  • Update all k6 schedules to use OPTIONS_FILE instead of SCENARIO_NAME
Edited by Nailia Iskhakova (OOO)

Merge request reports

Loading