task: #3615980 Switch the Educare functional testing suite to Varbase E2E

Switches the Educare functional testing suite from the package the harness was originally published under to @vardot/varbase-e2e, the browser testing harness Vardot maintains at Vardot/varbase-e2e.

  • package.json depends on @vardot/varbase-e2e and the report script points at its bin/generate-reports.js.
  • cucumber.js loads step definitions from node_modules/@vardot/varbase-e2e/tests/step-definitions/.
  • World parameter environment variables use the VARBASE_E2E_ prefix.
  • The three step-definition files, tests/README.md, .cspell.json and .gitignore follow the same rename.

No scenario, selector or CI job was renamed: the suite runs the same features against the same site.

Checkpoints:

  • File an issue
  • Addition/Change/Update/Fix
  • Testing to ensure no regression
  • Automated unit testing coverage
  • Automated functional testing coverage
  • UX/UI designer responsibilities
  • Readability
  • Accessibility
  • Performance
  • Security
  • Developer Documentation
  • User Guide Documentation
  • Reviewed by human
  • Code review by maintainers
  • Full testing and approval
  • Credit contributors
  • Review with the product owner
  • Release notes snippet
  • Release
Edited by Rajab Natshah

Merge request reports

Loading