WIP: Add elixPro Studio requests #5

Draft
pierpaolo.mammi wants to merge 6 commits from feature/add-elixpro-studio into main
Owner

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

  • 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
pierpaolo.mammi added 5 commits 2026-08-31 15:50:51 +02:00
pierpaolo.mammi added 1 commit 2026-08-31 15:52:51 +02:00
You are not authorized to merge this pull request.
This pull request can be merged automatically.
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/add-elixpro-studio:feature/add-elixpro-studio
git checkout feature/add-elixpro-studio
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: elixForms/api-collections#5