Software Alternatives & Reviews

Playwright VS Appium

Compare Playwright VS Appium and see what are their differences

Playwright logo Playwright

Playwright is automation software for Chromium, Firefox, Webkit using the Node.js library having a single API in place.

Appium logo Appium

Appium is an open source test automation framework for use with native and hybrid mobile apps.
  • Playwright Landing page
    Landing page //
    2023-06-22
  • Appium Landing page
    Landing page //
    2023-09-19

Playwright

Categories
  • Development
  • Tool
  • Browser Testing
  • Automated Testing
  • Software Development
Website playwright.dev
Details $

Appium

Categories
  • Analytics
  • Web Analytics
  • Testing
  • Automated Testing
Website appium.io
Details $

Playwright videos

Generate tests in VS Code

More videos:

  • Review - Playwright Brittany K. Allen wins 2021 Georgia Engel Comedy Playwriting Prize

Appium videos

Appium Architecture Explained | How Appium Works | Appium Online Training | Edureka

More videos:

  • Review - Jenkins CI Pipeline using Appium tests for Android and iOS by Vivek Upreti & Naresh Jain #AppiumConf
  • Review - The Xamarin Show | Episode 15: Appium Mobile Automation with Glenn Wester

Category Popularity

0-100% (relative to Playwright and Appium)
Development
100 100%
0% 0
Automated Testing
56 56%
44% 44
Browser Testing
61 61%
39% 39
Testing
0 0%
100% 100

User comments

Share your experience with using Playwright and Appium. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Playwright and Appium

Playwright Reviews

20 Best JavaScript Frameworks For 2023
Playwright, a Node.js library created by Microsoft, is considered one of the best JavaScript frameworks for testing. It automates Chromium, Firefox, and WebKit with a single API. Developers building JavaScript code can use these APIs to build new browser pages, go to URLs, and interact with page elements. Additionally, Playwright can automate Microsoft Edge since it is based...

Appium Reviews

Top 20 Best Automation Testing Tools in 2019 (Comprehensive List)
It supports automation of native, hybrid and mobile web applications built for iOS and Android. Appium uses vendor-provided automation frameworks and is based on client/server architecture.
Top 20 Best Automation Testing Tools in 2018 (Comprehensive List)
It supports automation of native, hybrid and mobile web applications built for iOS and Android. Appium uses vendor-provided automation frameworks and is based on client/server architecture.

Social recommendations and mentions

Based on our record, Playwright seems to be a lot more popular than Appium. While we know about 227 links to Playwright, we've tracked only 14 mentions of Appium. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Playwright mentions (227)

  • Playwright Web Scraping 2024 - Tutorial
    In this tutorial, our main focus will be on Playwright web scraping. So what is Playwright? It’s a handy framework created by Microsoft. It's known for making web interactions more streamlined and works reliably with all the latest browsers like WebKit, Chromium, and Firefox. You can also run tests in headless or headed mode and emulate native mobile environments like Google Chrome for Android and Mobile Safari. - Source: dev.to / about 7 hours ago
  • The best testing setup for frontends, with Playwright and NextJS
    // playwright.config.ts Import { defineConfig } from "@playwright/test"; /** * See https://playwright.dev/docs/test-configuration. */ Export default defineConfig({ testDir: "./src/pages", reporter: "list", use: { baseURL: "http://localhost:5432/", }, timeout: process.env.CI ? 10000 : 4000, // ... More options });. - Source: dev.to / about 20 hours ago
  • Episode 24/14: Angular Query, New Template Syntax
    Fast and reliable end-to-end testing for modern web apps | Playwright. - Source: dev.to / 3 days ago
  • Learn Automated Testing At Home: A Beginner's Guide
    4.Playwright: Playwright is a browser automation library by Microsoft. Key Features: Supports Chromium, Firefox, and WebKit. Provides cross-browser testing capabilities. Allows automating web, mobile, and desktop applications. - Source: dev.to / 15 days ago
  • HTML to PDF renderers: A simple comparison
    HTML to PDF conversion is a common requirement in modern web applications. It allows users to save web pages, reports, and other content in a format that is easy to share and print. There are many libraries and services available for converting HTML to PDF, each with its own strengths and weaknesses. In this article, we will compare some of the most popular HTML to PDF renderers in Node.js, including Puppeteer,... - Source: dev.to / 23 days ago
View more

Appium mentions (14)

  • Beginner’s Guide To Test Automation With Java (TestUI)
    TestUI combines 2 different paradigm test automation frameworks, i.e., mobile (Appium) and desktop (Selenide), into one neat framework. In our opinion, it’s a great framework that offers vast functionality with easy-to-learn syntax, not to mention full access to Selenide methods in case something tricky needs to be done. - Source: dev.to / about 1 year ago
  • Ussd automation
    Espresso is Google's general recommendation, but there are other tools out there that exist like appium or kaspresso. Sure there are more, just goigle it to see what else there is. Source: over 1 year ago
  • How do I automate android apps?
    Appium exists from that Selenium family. That will do the job. Https://appium.io/. Source: over 1 year ago
  • React vs React Native: How Different Are They, Really?
    End-to-end testing is completely different on React Native, however. None of the Selenium-based E2E testing tools will work; neither will newer tools like Cypress or Playwright. You may have expected this - these are all DOM-based, and there’s no DOM in React Native. So instead developers will have to learn Detox or Appium. - Source: dev.to / over 1 year ago
  • iOS App Testing Tutorial: Manual & Automation
    With iOS app testing, we test our iOS application on mobile devices (emulators or real devices, depending on the use case). Here, we pass it through various testing phases to ensure that the final version has minimum or no bugs. These can include manually inspecting the application like an end-user or running an automation framework like Appium or Testsigma. - Source: dev.to / over 1 year ago
View more

What are some alternatives?

When comparing Playwright and Appium, you can also consider the following products

Selenium - Selenium automates browsers. That's it! What you do with that power is entirely up to you. Primarily, it is for automating web applications for testing purposes, but is certainly not limited to just that.

puppeteer - Puppeteer is a Node library which provides a high-level API to control headless Chrome or Chromium...

Apache JMeter - Apache JMeter™.

Cypress.io - Slow, difficult and unreliable testing for anything that runs in a browser. Install Cypress in seconds and take the pain out of front-end testing.

Katalon - Built on the top of Selenium and Appium, Katalon Studio is a free and powerful automated testing tool for web testing, mobile testing, and API testing.

BrowserCat - Easy, fast, and reliable browser automation and headless browser APIs. The web is messy, but your code shouldn't be.