SVG
HTTP requests & more with kernel tests
HTTP requests & more with kernel tests
Joachim Noreiko (Joachim)
Kernel tests are faster to run than browser tests, but they're typically only used for testing APIs.
But much more is possible with them! We'll look at ongoing work to add functionality to the KernelTestBase class to allow making HTTP request to the SUT and making assertions against the resulting HTML.
Just like browser tests -- but faster!