mock-config-server
mock-config-server copied to clipboard
🎉 tool that easily and quickly imitates server operation, create full fake api in few steps
Create a page where the user can view the created configs
It is necessary to replenish the functional database for graphql. Generate default crud operations
As part of the task, consider the possibility of connecting web sockets for rest and subscriptions for graphql
Needs to test a build of mock config server for more accurate publishing releases. For this necessary add e2e tests and examples of functionality of server
Need to add database instance in interceptor params to allow users work with DB when sending requests. Example: ``` interceptors: { response: (data, params) => { console.log(params.database.read('settings')); console.log(params.database.write('settings', { theme:...
If try to send cookies from other origin (other port on localhost for example) CORS error occurs.  This happens because we use `*` for requests with credentials, but wildcard...
Now tests have only one describe, you need to add additional describes, which will divide the test into semantic parts
Темная тема:  Светлая тема: 