UBUttam Biswasinbiswas297.hashnode.dev·Sep 21, 2025 · 6 min readHow do I set up Jenkins in Docker using Docker Compose so that I can run my CI/CD pipeline for my Playwright TypeScript project?Pre-requisite: ✅ Docker Desktop installed and running✅ Basic knowledge of terminal/PowerShell✅ Your Playwright project is already created locally✅ Git installed (optional, if using Git for SCM) Create a project folder As I am going to use VS Code, go...00
UBUttam Biswasinbiswas297.hashnode.dev·Sep 17, 2025 · 2 min readBuild a CI/CD pipeline for the Playwright TypeScript project with GitHub Actions.Pre-requisite: You enabled the GitHub action while creating the Playwright project. There should be a .github folder in your project root folder. Follow the steps to upload your project to a GitHub repository https://hashnode.com/post/cmfnjvsx00004...00
UBUttam Biswasinbiswas297.hashnode.dev·Sep 17, 2025 · 3 min readConnect a local project to remote Github repositorySuppose you have a scenario where you have an existing project, but now you want to migrate the project to GitHub. So in the windows machine we can do the follwoing steps to shift it successfully. Pre-requisites: Considering you have git installed o...00
UBUttam Biswasinbiswas297.hashnode.dev·May 31, 2025 · 11 min readPlaywright with TypeScriptNode installation Visit the official Node.js website: 👉 https://nodejs.org/ You’ll see two versions: LTS (Long Term Support) – recommended for most users Current – includes latest features, but may be less stable Open the downloaded .msi fil...00
UBUttam Biswasinbiswas297.hashnode.dev·May 18, 2023 · 14 min readPlay with GitIntroduction to git Git installation Go to https://git-scm.com/download/win and download the required installer based on your Windows. Once the download is done just double-click on the installer and follow the steps. Once the installation is co...00