✅(e2e) add a test on doc creation server side
We recently added a new feature to the app, which is the ability to create a document from server to server. Server A will send a request to Server B with a markdown content, and Server B will create a the document after converting the markdown to yjs base64 format. This test will check all the steps of the process and assert that the document is displayed correctly on the frontend in the blocknote editor.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
# For the CI job test-e2e
|
||||
SUSTAINED_THROTTLE_RATES="200/hour"
|
||||
BURST_THROTTLE_RATES="200/minute"
|
||||
DJANGO_SERVER_TO_SERVER_API_TOKENS=test-e2e
|
||||
Y_PROVIDER_API_KEY=yprovider-api-key
|
||||
Y_PROVIDER_API_BASE_URL=http://y-provider:4444/api/
|
||||
|
||||
Reference in New Issue
Block a user