Test Status Dashboard

42 tests across 3 layers — Playwright, BDD Gherkin, and Apex.

CI Status

Test Inventory

Playwright — Smoke
9
Page load, nav, sections, stats, feature cards, Alis spotlight
tests/smoke.spec.ts
Playwright — Events
5
Events page title, view toggle, active state, nav, subscribe form
tests/events.spec.ts
Playwright — Contact Form
5
Field visibility, validation, email format, success state, API error handling
tests/contact-form.spec.ts
Playwright — Submit Event
4
Heading, validation, email error, Wado confirmation (mocked API)
tests/submit-event.spec.ts
Playwright — Alis Chat
5
Toggle visibility, collapsed default, open, send/receive (mocked stream), close
tests/ali-chat.spec.ts
BDD — Home Page
2
Hero title visible, Events link in nav
tests/bdd/features/salesforce/hello.feature
BDD — Events Calendar
3
Heading, events grid container, Grid/List/Calendar toggles
tests/bdd/features/salesforce/event_list.feature
BDD — Housing Inquiry
2
Form loads with fields, submit button present
tests/bdd/features/salesforce/housing_inquiry.feature
Apex — HelloWorld
1
Basic Apex class sanity check
salesforce/.../HelloWorldTest.cls
Apex — EventController
2
SOQL returns only future public approved events, excludes past/private
salesforce/.../EventControllerTest.cls
Apex — LoanOriginationCallout
4
Mock HTTP 201 success, 500 error handling, trigger coverage, payload structure
salesforce/.../LoanOriginationCalloutTest.cls
Total42