The intent of this development is to build a product that will support digital procurement needs for the BC Government including services such as, but not limited to, Sprint With Us, Code With Us, The Procurement Concierge.
Includes tests? y
Rebased on main address to conflicts? n/a
Updated docs? y
Proposed changes:
write a Cypress test that checks if a gov user can create and save a draft of a CWU opportunity. This involved the following pre-reqs:
-- add an endpoint that authenticates a user for testing (endpoint only exists in dev)
-- create two fixtures
-- update docs with instructions for running the cypress tests and for using postgres locally (project only had instructions for containerized postgres, which is a pain for testing)
-- tweak some configs
Additional notes:
there are several things I'm unsure about/would love feedback on and I've made line notes
This PR partially addresses issue: #107
Includes tests? y Rebased on main address to conflicts? n/a Updated docs? y
Proposed changes:
Additional notes:
Update Dec 22: