You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am developing some automation scripts for our documents. We are using them in production, so to make further changes without breaking them I need to test the changes on a copy.
To do this manually is quite cumbersome and error prone. I would like to automate testing on a production copy, as well as creating test cases with prepared documents.
Describe the solution you would like
To test on the production document, I would like
an API endpoint to copy a document (prio for me)
submit source doc id, name + workspace (+ org) of the copy
return the document id
To create test documents to check into the dev repo (lower priority for me)
an API endpoint to upload a document
grist file as POST data
submit name + workspace + org
return the document id
The text was updated successfully, but these errors were encountered:
Describe the problem to be solved
I am developing some automation scripts for our documents. We are using them in production, so to make further changes without breaking them I need to test the changes on a copy.
To do this manually is quite cumbersome and error prone. I would like to automate testing on a production copy, as well as creating test cases with prepared documents.
Describe the solution you would like
To test on the production document, I would like
To create test documents to check into the dev repo (lower priority for me)
The text was updated successfully, but these errors were encountered: