We've made the following updates to Selenic:

Release date: February 01, 2024

Updated Test Impact Analysis Workflows

When configuring the Selenic agent to collect coverage during test execution, the location of your application under test and its coverage agent are now specified by a single option: coverageAgentURL, replacing the coverageAgentProtocol, coverageAgentHost, and coverageAgentPort options. See Command Line and Test Impact Analysis for more information.

The test impact analysis scripts for generating baseline coverage reports for use in test impact analysis workflows has been replaced by a coverage tool. Users will need to migrate their workflows to use the new coverage tool.

Improved Element Names in Tests Created from a Recording

This release of Selenic improves the way elements are named when creating tests from a recording, resulting in more identifiable and intuitive names for fields and other page objects.

Additional Updates