Day 3 was about learning the different ways that tests can be grouped and selected for running.
Investigating test failures
At a glance everything was going great. I ran the tests in UI mode, immediately identified that I had missed a ".click()" on one of the tests, fixed it, ran it again.
Resource Investigation
I started suspecting resource constraints, so I limited the test to one simultaneous worker, like so:
...