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

Added script to compile test case to json. Plot all test case json #158

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JustinD1
Copy link

@JustinD1 JustinD1 commented Sep 30, 2024

image

pr-test-case-to-json.py optparse options:

  • d: date select to turn into json
  • f: file setect to turn to json
  • o: output directory, default current working directory
  • a: parse all files

pr-test-case-plot-all.py optparse option:

  • f: json file to plot
  • o: select output directory, default, current working directory

Added bash script to:

  • generate plot all-test-case.png for the Reporting directory
  • remove the generated json

pr-test-case-to-json.py optparse options:
  - d: date select to turn into json
  - f: file setect to turn to json
  - o: output directory, default current working directory
  - a: parse all files

pr-test-case-plot-all.py optparse option:
  - f: json file to plot
  - o: select output directory, default, current working directory

Added bash script to:
  - generate plot all-test-case.png for the Reporting directory
  - remove the generated json
@philberty philberty added the enhancement New feature or request label Sep 30, 2024
@dkm
Copy link
Member

dkm commented Sep 30, 2024

I wonder if it would be possible to see the total number of testcases, so that we can see what is left (and maybe also, how the upstream testcase number is growing).

@philberty
Copy link
Member

Can you make this plot the other lines of like Failed, XFAIL, XPASS?

Also i think it would be great to also do this for the Overall Task Status tables too as a seperate graph

Copy link
Member

@philberty philberty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you move the .png into a assets/stats folder?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants