DickinsonCollege / FD2School-FarmData2-S24

Other
0 stars 42 forks source link

Seeding Report: Test Crop Filter #30

Open braughtg opened 9 months ago

braughtg commented 9 months ago

The tests should generate seeding reports as appropriate to check that:

Some additional notes relevant to this issue:


Original issue by braughtg Tuesday Apr 04, 2023 at 16:47 GMT

jadoont commented 6 months ago

Team Survivors will work on this issue (Pranav, Tayyaba, Youssif)

Cubin1215 commented 5 months ago

Hi! I wanted to ask while doing the cypress test the checking if the date falls in the date range. Should I just check the results and ask Cypress if it matches the date that is in the date range or is there any way to check if a random date is in the range in Cypress? I searched it up on web about it but I got a complex answer of elongating cy.get and using expect and .to.be.within to check the date in range.