Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

190
Views
No se pueden ejecutar las pruebas de dramaturgo

Estoy tratando de ejecutar la prueba de playwright desde la ubicación a continuación, pero muestra el mensaje npm install -D @playwright/test y no puedo ejecutar la prueba. Ya instalé playwright como dependencia de desarrollo. ¿Podría alguien aconsejar cuál es el problema aquí?

He intentado a continuación se ejecuta:

1)

 Test User@TestUser MINGW64 /c/Test $ npx playwright test --headed Please install @playwright/test package to use Playwright Test. npm install -D @playwright/test
  1. Test User@TestUser MINGW64 /c/Test $ npx playwright test Instale el paquete @playwright/test para usar Playwright Test. npm install -D @dramaturgo/prueba

// prueba/prueba1.spec.js

 const { test, expect } = require('@playwright/test'); test('basic test', async ({ page }) => { await page.goto('https://playwright.dev/'); const title = page.locator('.navbar__inner .navbar__title'); await expect(title).toHaveText('Playwright'); });

//paquete.json

 { "name": "play", "version": "1.0.0", "description": "Playwright test", "main": "index.js", "directories": { "test": "test" }, "dependencies": {}, "devDependencies": { "@playwright/test": "^1.16.1" }, "scripts": { "test": "npx playwright test" }, "author": "Test", "license": "ISC" }

ingrese la descripción de la imagen aquí

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!