UNPKG

@lidofinance/browser-service

Version:

This package provides the BrowserService class for initializing and managing a Playwright browser context, network configurations, and wallets (EOA or WalletConnect). It facilitates automated testing of interactions with Web3 wallets (e.g., Metamask) and

40 lines (39 loc) 970 B
{ "name": "@lidofinance/browser-service", "version": "1.4.3", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "license": "MIT", "homepage": "https://github.com/lidofinance/wallets-testing-modules", "repository": { "type": "git", "url": "https://github.com/lidofinance/wallets-testing-modules.git", "directory": "packages/browser-service" }, "bugs": { "url": "https://github.com/lidofinance/wallets-testing-modules/issues" }, "sideEffects": false, "scripts": { "build": "tsc --build" }, "keywords": [ "lido", "lidofinance" ], "files": [ "dist" ], "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "dependencies": { "@lidofinance/wallets-testing-wallets": "1.36.3", "@lidofinance/wallets-testing-extensions": "1.3.1", "@lidofinance/wallets-testing-nodes": "1.4.0" }, "peerDependencies": { "@playwright/test": "^1.51.1" } }