NEST E2E Architecture
My first big Gartner project was to create an end-to-end testing platform for NEON, our shiny new Angular application. We decided to favor self-documenting tests and OOP over DRY page objects with magic helpers.
Benchmarking revealed our new E2E testing application is nearly 12x faster than the old platform. It also scales and is now far more maintainable.