Add elixForms UI automation requests #2

Merged
pierpaolo.mammi merged 8 commits from feature/elixforms-ui-automation into main 2026-08-27 14:38:13 +02:00
Owner

Description

Add requests for easy automation of UI operativity

Reason

Some of the operativity through elixForms UI is slow or tedious, especially when repetition is necessary (for example, massive manual update of schemas).

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
  • Backoffice requests seem to always return "no session", even if cookies are sent

Co-authors

N/A

Check-lists

Common

  • At least 1 unit-test added.

Database

N/A

## Description Add requests for easy automation of UI operativity ### Reason Some of the operativity through elixForms UI is slow or tedious, especially when repetition is necessary (for example, massive manual update of schemas). 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 - Backoffice requests seem to always return "no session", even if cookies are sent ## Co-authors N/A ## Check-lists ### Common - [X] At least 1 unit-test added. ### Database N/A
pierpaolo.mammi added 3 commits 2026-08-25 16:34:45 +02:00
pierpaolo.mammi added 1 commit 2026-08-26 12:49:30 +02:00
reorder requests and rename folder
pierpaolo.mammi added 2 commits 2026-08-26 16:06:31 +02:00
pierpaolo.mammi added 1 commit 2026-08-27 13:44:33 +02:00
pierpaolo.mammi added 1 commit 2026-08-27 14:36:15 +02:00
pierpaolo.mammi marked the pull request as ready for review 2026-08-27 14:36:41 +02:00
pierpaolo.mammi merged commit a5b6dadae4 into main 2026-08-27 14:38:13 +02:00
pierpaolo.mammi deleted branch feature/elixforms-ui-automation 2026-08-27 14:38:13 +02:00
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#2