UVicMartletplace / martletplace

Recreating FB Marketplace for Students - UVic SENG499 Capstone Project
1 stars 0 forks source link

Caelum/frontend/72 create individual listings page #162

Closed CaelumD25 closed 2 weeks ago

CaelumD25 commented 2 weeks ago

Description

In this pull request implements the /listing/new and /listing/view/{id} routes. Editing a listing will follow shortly after this is approved as create listing and edit listing are essentially identical.

image

image

There may be an issue with CI where the headless cypress tests fail while the GUI ones do not.

Closes

How to Test

Run npx cypress run --component to run tests headless, but the GUI works better it can be run by using npx cypress open

Checklist