Preamble
Second to last part of the playwright intro docs is about github actions integraiton.
Plan
I'll be using this page for testing: https://ocelotcodesystems.com/index.html
Parameterized URL
Before actually configuring github actions I wondered about how to parameterize the URL that the test would run against and decided to figure that out first.
...