"Add parallelism and test splitting" no data

Hello!

I’ve been trying to improve the jobs, but I ran into this issue: I can’t see data in the section “Add parallelism and test splitting” on the Test Insights page.
I thought it might be the path that makes circle ci fail in reading the data for that section, but it’s strange because all other sections are loading, and it’s just that one that’s empty.
We use 12 parallel runs, and we started using --split-by=timing since recently, before we were using --split-by=filesize, but this new configuration has been running for 5+ days so it’s not like the data is loading since I saw it takes 24h or something.
The results in XML are shown properly and uploaded as artifacts for each run.

This is how the file location looks
Parallel Run 0 results/result-c4927d2caf39cc254a0155e718254ff7.xml

This is the yml config for it:
- store_test_results:
path: ./results/cypress
- store_artifacts:
path: ./results/cypress
destination: results

And in Cypress command itself we’re using this at the end:
–reporter cypress-circleci-reporter --reporter-options "resultsDir=./results/cypress,resultFileName=result-[hash]"

I was thinking it might be the folder issue that circle.ci would expect it to be in /results/cypress/result.xml and looking at the artifact it seems to be just in /result/result.xml

I also checked the logs for uploading the test results and those are the prints from 2 jobs:
Step called:
Uploading test results
Command print:
Archiving the following test results

  • /root/monorepo/react-ts/results/cypress/result-e52ac09a13bf734e1205cd950116cf27.xml.xml
    Total size uploaded: 3.0 KiB

And the second one
Step name:
Uploading artifacts
Command print:
Uploading /root/monorepo/react-ts/results/cypress to results
Uploading /root/monorepo/react-ts/results/cypress/result-e52ac09a13bf734e1205cd950116cf27.xml.xml (23 kB): DONE
Total size uploaded: 22 KiB

So by looking at the logs it seems it’s uploading to results/cypress/result.xml .. But when I open artifacts it doesn’t look like that, so I hit a dead end and I hope to get some help here!

Regards,
Aleksa

Can you send a screenshot of what you see for a given job on the Tests tab?

@sebastian-lerner
Sorry, it seems I’m not able to upload images since my profile is new, but I see this text inside that tab (inside some circle widget or something):

Great Job

353 tests are passing. Visit Insights to increase your speed and confidence.

Test Insights

This “Test Insights” is a hyperlink and when I go to it this section says “No data”

Add parallelism and test splitting

No data

Can you email me a screenshot at sebastian@circleci.com