Back to Browse

Playwright and Cucumber: EASY SETUP

13.6K views
Feb 3, 2025
13:07

In this video, I walk you through setting up a Node.js project for end-to-end testing using Playwright, Cucumber, and TypeScript. From project initialization to CI/CD setup, you'll get everything you need to kickstart your test automation journey! 📌 Topics Covered: ✅ Project Initialization (npm init -f) ✅ Playwright Installation (npm init playwright@latest) ✅ Cucumber Setup (npm install -D @cucumber/cucumber) ✅ TypeScript & ts-node Setup (npm install -D ts-node) ✅ Project Structure Changes (folders & files setup) ✅ Feature File Creation (login.feature example) ✅ TypeScript & Cucumber Configuration (tsconfig.json, cucumber.json) ✅ Cucumber Report Generation (JSON & HTML reports) ✅ .gitignore Configuration (excluding node_modules, reports, etc.) ✅ GitHub Actions CI/CD Integration 📂 Source Code: 👉 https://github.com/JoanEsquivel/playwright-cucumber-starter/releases/tag/1.0 🔥 If you found this video helpful, please like, comment, and subscribe for more automation tutorials! #NodeJS #Playwright #Cucumber #TypeScript #Automation #Testing #GitHubActions 🚀

Download

0 formats

No download links available.

Playwright and Cucumber: EASY SETUP | NatokHD