Playwright
I started working with Playwright in 2024 while implementing end-to-end tests for Next.js web projects. To match the Next.js stack, I use TypeScript for testing the applications. The tests were run automatically in a GitHub pipeline before the web application was deployed.
My projects
Current and past projects where I used Playwright.
In Progress
E2E testing of different web apps
I’m responsible for end-to-end testing of several custom-built web apps and for integrating these tests into GitHub Actions, ensuring they are automatically run before deployment. The tests cover various components of the applications—for example, the checkout process in the shop or user login functionality. The project is currently still in progress.
Start:October 2024
Technologies:
playwright
typescript
nextjs
github