* test(e2e): include E2E tests in PR CI
* Update e2e.yml to fix report
* tests(e2e): video and trace on failure
* tests(e2e): unflaky assertion exec
* tests(e2e): slowMo 100ms
* fix(): avoid running release workflow on releases branch
* feat(): avoid running CI on draft PR
close#4964
* fix(ci): only publish docker image in workflow release if develop branch or specific asked
close#8136
* Update pull-request.yml to skip tests for PRs with 'docs-only'.
Updated the if condition in the frontend and backend jobs to skip tests if 'docs-only' is present in the Pull Request title, body, or labels.
* Update workflow-test.yml to skip tests for commits with 'docs-only'.
Updated the if condition in the frontend and backend jobs to skip tests if 'docs-only' is present in the commit message.
* Apply suggestions from code review
---------
Co-authored-by: Anna Geller <anna.m.geller@gmail.com>
* ci():
- split in multiples actions
- simplify translation script
- simplify front build
- run test for back/front only when needed
* fix(): token prop
* ui(translation): new word
* fix(): correct usage of paths-filter action
* fix(): first iteration of new main workflow
* chore(translations): auto generate values for languages other than english
---------
Co-authored-by: GitHub Action <actions@github.com>