ci: refs #6695 feat jenkins parallel e2e #1473
No reviewers
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1473
Loading…
Reference in New Issue
No description provided.
Delete Branch "6695-jenkins_e2e_parallel"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -43,0 +63,4 @@
};
before(() => {
waitForApiReady('/api/Applications/status');
Arregla per a que se espere a que tot estiga ben alsat, sino te pot fallar el primer e2e
@ -0,0 +1,3 @@
pnpm exec junit-merge --dir junit --out junit/junit-final.xml
Te obri els resultats en html, se gasta soles en local
@ -0,0 +1,8 @@
cypressParallel() {
# TEST_PATHS=(
Dixe el codi per si algu vol tirar x en concret?
No, que execute directament cypress
@ -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) => {
Espera hasta que no hi haja ninguna peticio activa
@ -40,3 +40,3 @@
RUN pnpm setup \
&& pnpm install --global cypress@13.6.6 \
&& pnpm install --global cypress@14.1.0 \
He pujat la versio per si millorem la velocitat, no pareix q haja afectat negativament tampoc
@ -0,0 +1,31 @@
#!/bin/bash
Este es soles per a local
@ -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
Si les imatges no es pot accedir sense login... No podran gastarho
@ -0,0 +25,4 @@
lilium-dev \
bash -c '
source test/cypress/cypressParallel.sh
cypressParallel 2
Hasta 4 he vist q se pot pero ja mes fa q se penje el pc
@ -121,1 +121,3 @@
sh 'cypress run --browser chromium || true'
sh '''#!/bin/bash
source test/cypress/cypressParallel.sh
cypressParallel 2 || true
Perque no fas que directament cypressParallel.sh pase els test en un comando que crida al script
@ -0,0 +5,4 @@
-maxdepth 1 \
-type d | \
xargs -P "$1" -I {} \
sh -c '''
Crec que
sh -c
no fa falta, pots executar directament el comandoxvfb
?New commits pushed, approval review dismissed automatically according to repository settings