Closed escobard closed 8 months ago
Various comparisons of nightwatch vs playwright:
NPM pages of nightwatch and playwright - playwright seems to be a lot more popular:
Official playwright docs on docker: https://playwright.dev/docs/docker
Official playwright docs on circleci: https://playwright.dev/docs/ci#circleci
Tutorials to get started with playwright and docker:
Playwright page object models 😍 : https://playwright.dev/docs/pom
Verdict: Go with playwright, due to simplicity and adaptability with Docker, Typescript and other programming languages (python / java).
Build a prototype with playwright as part of: #43
Generate code from the browser with VS code or playwright inspector: https://playwright.dev/docs/codegen
Simulate different device sizes: https://playwright.dev/docs/codegen#emulation
Research playwright vs nightwatch for 2024. Pick framework for e2e based on community support, popularity, ease of use, adaptability with docker and cohesion with typescript.