Software Alternatives & Reviews

Appium VS Playwright

Compare Appium VS Playwright and see what are their differences

Appium logo Appium

Appium is an open source test automation framework for use with native and hybrid mobile apps.

Playwright logo Playwright

Playwright is automation software for Chromium, Firefox, Webkit using the Node.js library having a single API in place.
  • Appium Landing page
    Landing page //
    2023-09-19
  • Playwright Landing page
    Landing page //
    2023-06-22

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

Playwright videos

Generate tests in VS Code

More videos:

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

Category Popularity

0-100% (relative to Appium and Playwright)
Automated Testing
43 43%
57% 57
Development
0 0%
100% 100
Browser Testing
38 38%
62% 62
Website Testing
100 100%
0% 0

User comments

Share your experience with using Appium and Playwright. 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 Appium and Playwright

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.

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...

Social recommendations and mentions

Based on our record, Playwright seems to be a lot more popular than Appium. While we know about 229 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.

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 / over 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

Playwright mentions (229)

  • Sometimes things simply don't work
    The consensus I could gather is either use playwright or use a workaround to solve it in the puppeteer layer. The root cause of the bug is a websocket size limitation on the CDP protocol for chromium. - Source: dev.to / 3 days ago
  • The best testing strategies for frontends
    With the advent of tools like Puppeteer and now Playwright, end-to-end testing has become much easier and more reliable. For anyone who's used Selenium in the past, you know what I'm talking about. Puppeteer has opened the way in terms of E2E tooling, but Playwright has taken it to the next level and made it easier to await for certain selectors or conditions to be fulfilled (via locators), thus making tests... - Source: dev.to / 4 days ago
  • 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 / 8 days 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 / 8 days ago
  • Episode 24/14: Angular Query, New Template Syntax
    Fast and reliable end-to-end testing for modern web apps | Playwright. - Source: dev.to / 10 days ago
View more

What are some alternatives?

When comparing Appium and Playwright, 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.

Apache JMeter - Apache JMeter™.

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

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.

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.

Robot framework - Robot Framework is a generic test automation framework for acceptance testing and acceptance...