Skip to content

feat(e2e): introduce e2e tests#1369

Open
lwih wants to merge 1 commit into
mainfrom
e2e1
Open

feat(e2e): introduce e2e tests#1369
lwih wants to merge 1 commit into
mainfrom
e2e1

Conversation

@lwih

@lwih lwih commented May 19, 2026

Copy link
Copy Markdown
Collaborator

J'ai lancé Claude sur un setup de tests e2e.
Il a réussi un truc mais s'est un peu emballé donc j'ai du le recadrer pour pas overengineer des trucs ou des trucs deja couverts pas des tests unit/integration

Par contre, c'est du mock e2e et pas du vrai full e2e parce qu'on a pas de server backend pour nos tests. C'est pas suffisant mais ca nous rajoute deja une couche de tests supplémentaires :

  • unit (les fonctions)
  • integration (des components, des pages)
  • mock e2e (en gros le cablage entre les pages mais sans le vrai server)
  • full e2e (ce qui nous manque avec le server)

@lwih lwih requested a review from xtiannyeto May 19, 2026 13:28
@tristanrobert

tristanrobert commented May 19, 2026

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@github-actions

Copy link
Copy Markdown
Contributor
Overall Project 80.29% 🍏

There is no coverage information present for the Files changed

@github-actions

Copy link
Copy Markdown
Contributor
Overall Project 80.34% 🍏

There is no coverage information present for the Files changed

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for frontend

Status Category Percentage Covered / Total
🔵 Lines 65.25% (🎯 40%) 2968 / 4548
🔵 Statements 63.5% (🎯 40%) 3169 / 4990
🔵 Functions 55.4% (🎯 40%) 1035 / 1868
🔵 Branches 57.63% (🎯 40%) 1268 / 2200
File CoverageNo changed files found.
Generated in workflow #4427 for commit 603b807 by the Vitest Coverage Report Action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants