• Jobs
  • About Us
  • professionals
    • Home
    • Jobs
    • Courses and challenges
  • business
    • Home
    • Post vacancy
    • Our process
    • Pricing
    • Assessments
    • Payroll
    • Blog
    • Sales
    • Salary Calculator

0

86
Views
Ejecución en paralelo Deténgase a mitad de camino usando broma

A continuación se muestra el código que ya había hecho para lograr la ejecución en paralelo Este es el archivo jest.config.js

 preset: "jest-puppeteer", testMatch: ["<rootDir>/tests/paralleltest/**.test.js",],

Este es el archivo jest-puppeteer.config.js

 module.exports = { launch: { headless: false, exitOnPageError: true, args: ['--no-sandbox','--disable-notifications','--start-maximized','--force-device-scale-factor=1.0'], defaultViewport: null, }, browserContext: "incognito", };

Este es el script para la ejecución en paralelo.

 "parallel_testing":" jest ",
almost 3 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 Our process Sales
Legal
Terms and conditions Privacy policy
© 2025 PeakU Inc. All Rights Reserved.

Andres GPT

Recommend me some offers
I have an error