ci: refs #6695 feat jenkins parallel e2e #1473

Merged
alexm merged 60 commits from 6695-jenkins_e2e_parallel into dev 2025-03-06 08:35:45 +00:00
Member
No description provided.
alexm added 1 commit 2025-02-24 08:04:52 +00:00
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details
fa35815683
ci: refs #6695 feat jenkins parallel e2e
alexm added 1 commit 2025-02-24 08:06:18 +00:00
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details
6c83e4b5c4
ci: refs #6695 feat jenkins parallel e2e
alexm added 1 commit 2025-02-24 08:55:01 +00:00
gitea/salix-front/pipeline/pr-dev Something is wrong with the build of this commit Details
3c8e3c2642
ci: refs #6695 update Cypress parallel execution and JUnit results path
alexm added 1 commit 2025-02-24 09:00:23 +00:00
gitea/salix-front/pipeline/pr-dev Something is wrong with the build of this commit Details
ed231c6c9b
ci: refs #6695 reduce parallelism in Cypress test execution to improve stability
alexm added 4 commits 2025-02-26 07:19:19 +00:00
alexm added 1 commit 2025-02-26 08:30:55 +00:00
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details
f3ae81ac4a
chore: refs #6695 update Cypress to version 14.1.0 and simplify test execution in Jenkinsfile
alexm added 1 commit 2025-02-26 08:58:50 +00:00
gitea/salix-front/pipeline/pr-dev Something is wrong with the build of this commit Details
ce9a19bc59
Merge branch 'dev' into 6695-jenkins_e2e_parallel
alexm added 2 commits 2025-02-26 11:13:34 +00:00
alexm added 1 commit 2025-02-26 11:31:37 +00:00
gitea/salix-front/pipeline/pr-dev Something is wrong with the build of this commit Details
cd410fa7cf
refactor: refs #6695 improve notification check and extend waitForElement timeout
alexm added 1 commit 2025-02-26 13:54:21 +00:00
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details
010313ada9
feat: refs #6695 implement parallel Cypress testing and enhance timeout configurations
alexm added 1 commit 2025-02-26 14:01:50 +00:00
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details
8a5025ba62
fix: refs #6695 update Jenkinsfile to source cypressParallel.sh correctly
alexm added 1 commit 2025-02-26 14:02:55 +00:00
alexm added 2 commits 2025-02-28 06:28:13 +00:00
alexm added 1 commit 2025-02-28 06:33:18 +00:00
alexm added 1 commit 2025-02-28 07:37:17 +00:00
gitea/salix-front/pipeline/pr-dev This commit is unstable Details
249313d120
Merge branch 'dev' into 6695-jenkins_e2e_parallel
alexm added 4 commits 2025-02-28 08:39:37 +00:00
alexm added 1 commit 2025-02-28 09:10:54 +00:00
alexm reviewed 2025-02-28 09:31:55 +00:00
@ -43,0 +63,4 @@
};
before(() => {
waitForApiReady('/api/Applications/status');
Author
Member

Arregla per a que se espere a que tot estiga ben alsat, sino te pot fallar el primer e2e

Arregla per a que se espere a que tot estiga ben alsat, sino te pot fallar el primer e2e
alexm reviewed 2025-02-28 09:32:15 +00:00
@ -0,0 +1,3 @@
pnpm exec junit-merge --dir junit --out junit/junit-final.xml
Author
Member

Te obri els resultats en html, se gasta soles en local

Te obri els resultats en html, se gasta soles en local
alexm added 2 commits 2025-02-28 10:01:15 +00:00
alexm added 1 commit 2025-02-28 10:19:06 +00:00
gitea/salix-front/pipeline/pr-dev This commit is unstable Details
981aa18381
test: refs #6695 skip ZoneCreate test
alexm added 2 commits 2025-02-28 10:37:57 +00:00
alexm reviewed 2025-02-28 10:39:33 +00:00
@ -0,0 +1,8 @@
cypressParallel() {
# TEST_PATHS=(
Author
Member

Dixe el codi per si algu vol tirar x en concret?

Dixe el codi per si algu vol tirar x en concret?
Owner

No, que execute directament cypress

No, que execute directament cypress
alexm reviewed 2025-02-28 10:40:49 +00:00
@ -62,2 +63,4 @@
cy.waitUntil(() => cy.document().then((doc) => doc.readyState === 'complete'));
cy.waitUntil(() => cy.get('main').should('exist'));
if (waitRequest)
cy.get('body').then(($body) => {
Author
Member

Espera hasta que no hi haja ninguna peticio activa

Espera hasta que no hi haja ninguna peticio activa
alexm reviewed 2025-02-28 10:43:52 +00:00
alexm reviewed 2025-02-28 10:44:31 +00:00
@ -40,3 +40,3 @@
RUN pnpm setup \
&& pnpm install --global cypress@13.6.6 \
&& pnpm install --global cypress@14.1.0 \
Author
Member

He pujat la versio per si millorem la velocitat, no pareix q haja afectat negativament tampoc

He pujat la versio per si millorem la velocitat, no pareix q haja afectat negativament tampoc
alexm reviewed 2025-02-28 10:45:00 +00:00
@ -0,0 +1,31 @@
#!/bin/bash
Author
Member

Este es soles per a local

Este es soles per a local
alexm reviewed 2025-02-28 10:45:25 +00:00
@ -0,0 +15,4 @@
export CI=true
export TZ=Europe/Madrid
docker-compose -p e2e --project-directory . -f test/cypress/docker-compose.yml up -d
Author
Member

Si les imatges no es pot accedir sense login... No podran gastarho

Si les imatges no es pot accedir sense login... No podran gastarho
alexm reviewed 2025-02-28 10:46:02 +00:00
@ -0,0 +25,4 @@
lilium-dev \
bash -c '
source test/cypress/cypressParallel.sh
cypressParallel 2
Author
Member

Hasta 4 he vist q se pot pero ja mes fa q se penje el pc

Hasta 4 he vist q se pot pero ja mes fa q se penje el pc
alexm added 1 commit 2025-02-28 10:53:50 +00:00
gitea/salix-front/pipeline/pr-dev This commit is unstable Details
6331996baf
refactor: refs #6695 skip zoneWarehouse
alexm added 1 commit 2025-02-28 11:22:08 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
0083cdfc5b
refactor: refs #6695 skips
alexm added 1 commit 2025-02-28 12:00:30 +00:00
alexm added 1 commit 2025-02-28 12:00:35 +00:00
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details
35dde46bcc
refactor: refs #6695 enable ClaimNotes test suite
alexm added 1 commit 2025-02-28 12:53:18 +00:00
gitea/salix-front/pipeline/pr-dev Something is wrong with the build of this commit Details
4f2084eefe
Merge branch 'dev' into 6695-jenkins_e2e_parallel
juan requested changes 2025-02-28 13:10:56 +00:00
Dismissed
Jenkinsfile Outdated
@ -121,1 +121,3 @@
sh 'cypress run --browser chromium || true'
sh '''#!/bin/bash
source test/cypress/cypressParallel.sh
cypressParallel 2 || true
Owner

Perque no fas que directament cypressParallel.sh pase els test en un comando que crida al script

Perque no fas que directament cypressParallel.sh pase els test en un comando que crida al script
alexm marked this conversation as resolved
alexm added 2 commits 2025-03-04 11:30:52 +00:00
alexm requested review from juan 2025-03-04 11:31:26 +00:00
alexm added 1 commit 2025-03-04 11:46:00 +00:00
gitea/salix-front/pipeline/pr-dev Something is wrong with the build of this commit Details
da045f9c31
fix(Jenkinsfile): refs #6695 increase parallel test execution from 2 to 4
alexm added 2 commits 2025-03-04 12:48:11 +00:00
alexm added 2 commits 2025-03-05 06:22:55 +00:00
alexm added 1 commit 2025-03-05 08:03:19 +00:00
alexm added 2 commits 2025-03-05 10:30:08 +00:00
alexm added 1 commit 2025-03-05 11:33:57 +00:00
alexm added 1 commit 2025-03-05 11:49:09 +00:00
gitea/salix-front/pipeline/pr-dev This commit is unstable Details
54774b74cf
Merge branch 'dev' into 6695-jenkins_e2e_parallel
alexm added 1 commit 2025-03-05 12:02:35 +00:00
alexm added 1 commit 2025-03-05 12:21:16 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
96e3270415
Merge branch 'dev' into 6695-jenkins_e2e_parallel
alexm added 1 commit 2025-03-05 12:54:25 +00:00
gitea/salix-front/pipeline/pr-dev This commit is unstable Details
ffcaa636e1
Merge branch 'dev' into 6695-jenkins_e2e_parallel
alexm added 1 commit 2025-03-05 13:07:13 +00:00
gitea/salix-front/pipeline/pr-dev Something is wrong with the build of this commit Details
b9e6d92326
fix: refs #6695 update visit method in TicketLackDetail.spec.js to prevent page reload
alexm added 1 commit 2025-03-05 13:53:04 +00:00
gitea/salix-front/pipeline/pr-dev Something is wrong with the build of this commit Details
161f85a175
Merge branch 'dev' into 6695-jenkins_e2e_parallel
alexm added 1 commit 2025-03-05 14:05:27 +00:00
gitea/salix-front/pipeline/pr-dev Something is wrong with the build of this commit Details
ba467034d2
fix: refs #6695 update Jenkinsfile to build Docker image correctly and modify logout test visit method
alexm added 1 commit 2025-03-05 14:08:09 +00:00
gitea/salix-front/pipeline/pr-dev This commit is unstable Details
51c3adccf4
Merge branch 'dev' into 6695-jenkins_e2e_parallel
juan requested changes 2025-03-05 15:49:25 +00:00
Dismissed
@ -0,0 +5,4 @@
-maxdepth 1 \
-type d | \
xargs -P "$1" -I {} \
sh -c '''
Owner

Crec que sh -c no fa falta, pots executar directament el comando xvfb?

Crec que `sh -c` no fa falta, pots executar directament el comando `xvfb`?
alexm added 3 commits 2025-03-06 07:23:17 +00:00
alexm added 1 commit 2025-03-06 07:23:42 +00:00
alexm requested review from juan 2025-03-06 07:24:44 +00:00
alexm added 1 commit 2025-03-06 08:13:15 +00:00
gitea/salix-front/pipeline/pr-dev Something is wrong with the build of this commit Details
489e7850ab
fix(cypress scripts): refs #6695 improve cleanup process and adjust output redirection
juan approved these changes 2025-03-06 08:21:33 +00:00
Dismissed
alexm added 1 commit 2025-03-06 08:22:04 +00:00
alexm dismissed juan’s review 2025-03-06 08:22:05 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

carlossa approved these changes 2025-03-06 08:34:31 +00:00
alexm merged commit 376993b978 into dev 2025-03-06 08:35:45 +00:00
alexm deleted branch 6695-jenkins_e2e_parallel 2025-03-06 08:35:45 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: verdnatura/salix-front#1473
No description provided.