A recent capability in Drupal testing allows Kernel tests to make HTTP requests, enabling developers to replace some Browser tests with faster alternatives. While not a complete substitute, this shift can reduce execution time, simplify debugging, and lower CI pipeline costs. The approach requires careful selection, as Kernel tests lack session handling and full browser simulation, but it signals a practical change in how Drupal test suites can be structured.
...more