The End Game
As a demonstration, I am going to use a ReactJS application that implements a simple Kanban1. Exercise this web application yourself here: http://gkedge.github.io/Kanban/index.html.
View this video to see manual interaction:
The following video shows the acceptance testing running ~60 tests.
Info This runs much faster than a manual tester ever could. But, yet, it isn't making any service calls that would slow a real web application test down.
1. GitHub Kanban Project ↩