๐Ÿš€ Built a Full CI/CD Pipeline with Playwright + Docker + Allure in Just 2 Days
dev.toยท7hยท
Discuss: DEV
Flag this post

When I started this project, my goal was simple: ๐Ÿ‘‰ to build a universal, self-contained CI/CD test pipeline that could run anywhere โ€” locally or in the cloud โ€” with just one command.

๐Ÿ’ก The Idea I wanted to connect everything a modern QA engineer needs into one reproducible environment:

Playwright (TypeScript) โ†’ for end-to-end UI tests Docker โ†’ for clean, isolated execution Allure & Playwright HTML reports โ†’ for beautiful test results A shared NPM SDK library โ†’ for reusable logic and faster scaling

๐Ÿ’ฌ In short โ€” a full test platform thatโ€™s portable, modular, and ready to grow. `` ๐Ÿงฉ The Architecture This setup consists of two repositories that work together:

๐Ÿง  1. sdk_automation Published as an NPM package โ†’ sdk_automation on npm Thiโ€ฆ

Similar Posts

Loading similar posts...