forked from bloom-housing/bloom
-
Notifications
You must be signed in to change notification settings - Fork 1
Testing
Will Lin edited this page Sep 29, 2021
·
4 revisions
For comparison you can use the currently deployed site and/or Exygy's dev instance of Bloom.
NOTE: these tests should be performed in both Desktop view and Mobile view.
- Step through the eligibility questionnaire
- Navigate to different parts of the questionnaire using navigation links
- Change languages
- View listings by clicking
Done
at the end of the questionnaire
- Clear the filters applied
- Apply new filters
- Apply a combination of filters that result in a
No results
message - Change languages
- Open an individual listing
- Sign in as a user: [email protected] / abcdef
- Change user settings
- Add a listing
- Ensure form validation with minimal data
- With individual units or unit summaries
- Edit a listing
- Edit unit summaries or individual units
- Working directory is
backend/core
yarn install
- Postgres and redis are running
yarn test:db:setup
yarn test:e2e --testPathPattern test/listings/listings.e2e-spec.ts
yarn test:e2e --watch --testPathPattern test/listings/listings.e2e-spec.ts