Tag: Playwright

  • Playwright for Beginners: Setting Up Your First Project

    Playwright for Beginners: Setting Up Your First Project

    Post Views: 1 Playwright is an open source browser automation library. It was launched on January 2020, by Microsoft. Here are some features of playwright: In this article, I will guide you to settings up a fresh playwright project, connecting it with Github. Let’s begin: Step 01: Install Node.js On MacOS First, open your MacOS…

  • Automate Repetitive Tests: Save Time and Improve Accuracy

    Automate Repetitive Tests: Save Time and Improve Accuracy

    Post Views: 0 Manual testing is essential for exploratory and usability testing, but it can be tedious and error-prone when applied to repetitive tasks. This is where automation testing shines. Automating repetitive tests, such as regression or data-driven testing, not only saves time but also ensures consistency and accuracy. Let’s dive deeper into the process…