Export Test Cases

I used the “Export Team Data” button for Teams for Edu. It seems to have all the necessary files except for the test cases. Is there something I am missing, or are test cases not exported? If that is the case, how do I get the hundreds of test cases that I have written for my projects?

1 Like

This might help:

1 Like

Thanks for finding this! In order to make the test cases easier to read, I wrote a Python program to format the test cases. You just need to upload your teamData.json file. I wrote it to format for codeHS, where I am moving my test cases, but with some alterations, you can format it for whatever IDE you plan to use in the future. Here is my project.

https://replit.com/@MrGajewski/codeHS-Test-Cases-SHARE#README.md

1 Like