
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
playwright-sap
Advanced tools
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/
Playwright has its own test runner for end-to-end tests, we call it Playwright Test.
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.
FAQs
A high-level API to automate web browsers
We found that playwright-sap demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.