Spaces:
Build error
Build error
| { | |
| "name": "agrisense-e2e-tests", | |
| "version": "1.0.0", | |
| "description": "End-to-end tests for AgriSense application", | |
| "scripts": { | |
| "test": "playwright test", | |
| "test:headed": "playwright test --headed", | |
| "test:ui": "playwright test --ui", | |
| "test:chromium": "playwright test --project=chromium", | |
| "test:firefox": "playwright test --project=firefox", | |
| "test:webkit": "playwright test --project=webkit", | |
| "test:mobile": "playwright test --project='Mobile Chrome' --project='Mobile Safari'", | |
| "test:debug": "playwright test --debug", | |
| "report": "playwright show-report", | |
| "codegen": "playwright codegen http://localhost:80" | |
| }, | |
| "keywords": ["e2e", "playwright", "testing"], | |
| "author": "AgriSense Team", | |
| "license": "MIT", | |
| "devDependencies": { | |
| "@playwright/test": "^1.40.0", | |
| "@types/node": "^20.10.0", | |
| "typescript": "^5.3.0" | |
| } | |
| } | |