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

123
Views
Test a string is datetime compatible with Cypress

I have an API that returns JSON with datetime fields.

{
  ...
  "createdAt": "2021-11-01T12:08:05.334Z",
  "createdUser": "dev",
  "updatedAt": "2021-11-01T12:10:59.000Z",
  "updatedUser": "dev",
  "versionFlag": 3
}

I need to write a test that the above datetime fields are in correct format. (Just correct format that represents a correct timestamp. no need to verify the value)

expect(markerTypeInfo.createdAt).to.be.a('Date') is failing because the input is in string type. How this is done properly?

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!