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

Improve TestLoader to use the Google Sheets API #39

Open
andymina opened this issue Dec 4, 2022 · 0 comments
Open

Improve TestLoader to use the Google Sheets API #39

andymina opened this issue Dec 4, 2022 · 0 comments
Labels
enhancement New feature or request tests Change something relating to tests
Milestone

Comments

@andymina
Copy link
Owner

andymina commented Dec 4, 2022

The test loader, as described in #38, is great, but can ultimately be improved. Currently, to load or update tests, after filling out the correct information in Google Sheets I have to manually download each of the sheets, adjust the sizes of each matrix (if necessary) in the test loader, and then run it to export the new data.json.

While these don't seem like a lot of steps right, most of this process can be automated if I use the Google Sheets API. It might be easier to do this in a language like JavaScript rather than wrestle API requests with C++. Should I come back around to using JS, I might convert the current TestLoader to JS as well.

@andymina andymina added enhancement New feature or request tests Change something relating to tests labels Dec 4, 2022
@andymina andymina added this to the Develop a test suite milestone Dec 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tests Change something relating to tests
Projects
None yet
Development

No branches or pull requests

1 participant