Common Questions About Software TestingRecently, I was approached by an automation developer who was considering transitioning from Cypress to Playwright (smart developer!), asking me for some advice on the transition. He shared a set of questions, and as those were pretty generic, I took...Oct 30, 2024·5 min read
E2E Testing with Cucumber and PlaywrightWrite BDD E2E tests using Cucumber and Playwright. While both tools support multiple programming languages (Python, Java, Javascript, and more), I will focus on my language of choice which is Javascript (more specifically — Typescript). Why BDD (Beh...Feb 7, 2021·3 min read
5 Ways Playwright is AwesomeEdit (7/22): This article was written in the early days of Playwright and is only referencing the browser automation part and not the playwright test, which is awesome by itself. Also the Playwright browser automation, a.k.a Playwright Library, got t...Feb 3, 2021·3 min read
Lerna GraphIf you are using Lerna or have a monorepo that is compliant with Lerna structure - this is a Github Action you would love.Sep 1, 2020·1 min read
Packaging a UI Library for DistributionGuidelines you may want to follow if you are publishing a UI components library. Image by Arek Socha from Pixabay The problem The JavaScript world has a unique feature: it has multiple runtime environments all running the same code. On one side we h...Jul 15, 2020·6 min read
Selecting the Right Tool for Your MonorepoImage by Alex Myers from Pixabay Monorepos used to be thought of as a solution suitable only to large enterprises, but recently, it seems, the need for them has become apparent to teams of all sizes. This growth in demand has been met by the creation...Jun 25, 2020·7 min read
Deep dive into Monorepostitle: Deep dive into Monorepos published: true description: tags: Lerna, Bazel, Yarn, Monorepo cover_image: https://dev-to-uploads.s3.amazonaws.com/i/jw4tlw9pm1fu4u3xx6at.jpeg What are the best tools to use with a monorepo? As with any other softwa...Jun 1, 2020·5 min read