Skip to content

Commit

Permalink
feat: aggiunto playwright nella lista tool e2e (#207)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Di Prisco <[email protected]>
  • Loading branch information
Gigiz and Cadienvan authored Feb 1, 2024
1 parent 17e826a commit 5db6bdb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/it/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ Quelle che seguono sono delle liste non esaustive di strumenti che solitamente v

### Strumenti per End-to-End Test

- **Selenium**: E' un framework utilizzato per automatizzare i browser web. E' ideale per testare interazioni utente complesse in web app.
- **Selenium**: È un framework utilizzato per automatizzare i browser web. E' ideale per testare interazioni utente complesse in web app.

- **Cypress**: Una soluzione più moderna per il testing E2E, apprezzata per la sua NON complessità d'uso e l'integrazione con ambienti di sviluppo Javascript.

- **Playwright**: Un altro framework moderno che consente di automatizzare il browser e di eseguire test E2E. Punta molto sulle performance e sull'affidabilità di esecuzione delle azioni sugli elementi in pagina.

0 comments on commit 5db6bdb

Please sign in to comment.