Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Test automation] Reports II #12818

Open
2 tasks
filipefurtad0 opened this issue Aug 27, 2024 · 1 comment
Open
2 tasks

[Test automation] Reports II #12818

filipefurtad0 opened this issue Aug 27, 2024 · 1 comment
Labels
epic Group of issues tech debt

Comments

@filipefurtad0
Copy link
Contributor

filipefurtad0 commented Aug 27, 2024

What we should change and why (this is tech debt)

Picking up on what was not covered on [Test Automation] Reports, namely:

  • there are specs which don't set up mock data, which renders false passes (see Bulk Coop supplier report broken #12768)
  • file downloads are only covered on two report types; we need to make sure this is extensively covered

Report list:

  • Orders and Distributors
  • Check all reports and replace the routine of visiting the reports page and clicking on the URL of the report by visiting the report URL directly; this is done on this commit 50da07b for two reports but this clicking around costs precious build time. Perhaps this could be replaced by a visit to the reports page and asserting that all reports appear.

Context

Up on next on the Software roadmap.

Impact and timeline

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic Group of issues tech debt
Projects
Status: Dev ready 👋
Development

No branches or pull requests

3 participants
@sigmundpetersen @filipefurtad0 and others