Socket
Book a DemoInstallSign in
Socket

playwright-sap

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

playwright-sap

A high-level API to automate web browsers

latest
stable
Source
npmnpm
Version
1.1.6
Version published
Maintainers
1
Created
Source

🎭 + SAPLogo Playwright-SAP

Documentation

Playwright-SAP is a framework for Web Testing and Automation of SAP Web Applications like Fiori, Netweaver, UI5.

There are a lot of issues in using plain-vanilla Playwright on SAP Web Applications. This node module is built on top of Playwright and is built for primarily Testing and Automating SAP Applications.

Since this is built on top of Playwright all the playwright functions and features come with this as well.

Playwright-SAP documentation - https://playwright-sap.dev/

Playwright documentation - https://playwright.dev/

Installation

Playwright has its own test runner for end-to-end tests, we call it Playwright Test.

Using init command

The easiest way to get started with Playwright Test is to run the init command.

# Run from your project's root directory
npm init playwright-sap@latest

# Or create a new project
npm init playwright-sap@latest new-project

This will create a configuration file, optionally add examples, a GitHub Action workflow and a first test example.spec.ts. You can now jump directly to writing assertions section.

In case of Issues please raise them here - https://github.com/ArpitSureka/playwright-sap

Playwright, built by Microsoft, is an outstanding open-source project.

Heartfelt thanks to all the developers and teams at Microsoft who made Playwright what it is today.👏

Note that this project is no where associated with SAP, Playwright or Microsoft Corportaion.

Keywords

playwright

FAQs

Package last updated on 03 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts