windyScripts / dev-directory

21 stars 5 forks source link

🧪 test(cypress): add dev-only routes & commands for testing #91

Closed devonzara closed 1 year ago

devonzara commented 1 year ago

Closes N/A

Description

This PR adds some developer-only routes and utilities to aid with writing Cypress tests.

Routes Added:

Cypres Commands Added (aliases for the routes above):

Extras:

Testing

Run automated tests, both Jest and Cypress.

Type of change

Please remove all except for everything applicable, and then remove this line.

Screenshots

N/A

Checklist:

devonzara commented 1 year ago

@timmyichen Added a dynamic endpoint, as requested, and removed the other static endpoints. Please re-review.