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

495
Views
Error: Webpack Compilation Error Cypress Error

I was polishing my codes and I think I deleted something very important, now I can not run my codes, it was running before polishing. I tried to find out on my own but could not. I think I deleted something with cypress installation or etc.

describe("POST method", () => {
  it("setup data", () => {
    cy.request({
      method: "POST",
      url: "https:",

      headers: {
        Authorization: "xxxxx",
        "content-type": "application/json",
      },

      body: {
        "test-case": "base",
      },

      failOnStatusCode: false,
    }).then((res) => {
      expect(res.status).to.eq(200)
    })
  })

I do appreciate any help

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!