Add requests for easy automation of elixPro Studio functionalities.
Reason
Some of the operativity through elixPro Studio can be made by directly calling appropriate elixPro routes.
After analyzing the HTTP requests and responses that are sent and received when doing such operativity through the UI (mostly using the browser's DevTools), it has been observed that many of the requests can be automated, provided that a valid cookie is sent in the headers.
Remarks
Most requests have been created based on observation, as such they are working, but they may be incomplete or may be subject to sudden and breaking changes in the UI workflow by Anthesi
Co-authors
N/A
Check-lists
Common
At least 1 unit-test added.
Database
N/A
## Description
Add requests for easy automation of elixPro Studio functionalities.
### Reason
Some of the operativity through elixPro Studio can be made by directly calling appropriate elixPro routes.
After analyzing the HTTP requests and responses that are sent and received when doing such operativity through the UI (mostly using the browser's DevTools), it has been observed that many of the requests can be automated, provided that a valid cookie is sent in the headers.
### Remarks
- Most requests have been created based on observation, as such they are working, but they may be incomplete or may be subject to sudden and breaking changes in the UI workflow by Anthesi
## Co-authors
N/A
## Check-lists
### Common
- [X] At least 1 unit-test added.
### Database
N/A
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Description
Add requests for easy automation of elixPro Studio functionalities.
Reason
Some of the operativity through elixPro Studio can be made by directly calling appropriate elixPro routes.
After analyzing the HTTP requests and responses that are sent and received when doing such operativity through the UI (mostly using the browser's DevTools), it has been observed that many of the requests can be automated, provided that a valid cookie is sent in the headers.
Remarks
Co-authors
N/A
Check-lists
Common
Database
N/A
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.