/
NikolayIvkin
/
tutorials1
Обзор
Документация
Войти
/
NikolayIvkin
/
tutorials1
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
testing-modules/automated-testing/package.json
20 строк
476 B
mohammadfaisalkhatri@gmail.com
removed the project folder and updated the required files in the folder
03 июл 2024, 10:47
Не верифицирован
03 июл 2024, 10:47
dc38e04
Код
Авторство
О чём код?
{ "name": "playwright-ts-demo", "version": "1.0.0", "main": "index.js", "scripts": { "test_local": "npx playwright test --project=\"Google Chrome\"", "test_cloud": "npx playwright test --project=\"chrome:latest:macOS Sonoma@lambdatest\"" }, "keywords": [], "author": "", "license": "ISC", "description": "", "devDependencies": { "@playwright/test": "^1.45.0", "@types/node": "^20.14.9" }, "dependencies": { "dotenv": "^16.4.5" } }