# NodeJS Plugins

SeaLights provides a set of NodeJS plugins that integrate with popular testing frameworks and runners:

* **Cucumber**
* **Cypress**
* **Jest**
* **Newman**
* **Playwright**
* **Protractor**
* **TestCafe**
* **WebdriverIO**

## 2026 Release Notes

<table><thead><tr><th width="301.44921875">Version</th><th width="123.0625">Date</th><th>Changes</th></tr></thead><tbody><tr><td><p>sealights-cypress-plugin-2.0.150</p><p>sealights-newman-wrapper-2.0.135</p><p>sealights-protractor-plugin-3.0.19</p></td><td>Mar 30, 2026</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Revised JS plugins documentation and Cypress E2E Dockerfile examples to use standardized SeaLights CLI parameter names (camelCase), including <code>tokenFile</code>, <code>buildSessionIdFile</code>, <code>branchName</code>, <code>buildName</code>, and <code>testStage</code>.</li></ul></td></tr><tr><td>sealights-cypress-plugin-2.0.149</td><td>Mar 2, 2026</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Enhanced plugin compatibility to  register the <code>after:run</code> hook with other plugins via the <code>cypress-on-fix</code> plugin.</li></ul></td></tr><tr><td>sealights-cypress-plugin-2.0.148</td><td>Feb 27, 2026</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Fixed spec counting issue, e.g., <code>--spec path/to/tests</code>. Previously, the plugin counted the directory as a single spec; now it correctly counts all tests within the directory.</li></ul></td></tr><tr><td><p>sealights-cucumber-plugin-2.0.134</p><p>sealights-cypress-plugin-2.0.147</p><p>sealights-jest-plugin-3.0.19</p><p>sealights-newman-wrapper-2.0.134</p><p>sealights-playwright-plugin-2.0.137</p><p>sealights-plugins-common-2.0.134</p><p>sealights-protractor-plugin-3.0.18</p><p>sealights-webdriverio-plugin-0.1.25</p></td><td>Feb 24, 2026</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Enabled running component tests in the Cypress plugin and updated plugin documentation to reflect the new component test flow.</li></ul><p><strong>Resolved Issues:</strong></p><ul><li>Updated <code>qs</code> package to resolve security vulnerabilities.</li></ul></td></tr><tr><td><p>sealights-cucumber-plugin-2.0.133</p><p>sealights-cypress-plugin-2.0.145</p><p>sealights-playwright-plugin-2.0.135</p><p>sealights-webdriverio-plugin-0.1.23</p><p></p></td><td>Feb 10, 2026</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Refactored Cypress, Playwright, and WebdriverIO plugins to use the common package for coverage collection, eliminating duplicated logic across plugins.</li><li>Enhanced Cucumber integration to automatically detect the Playwright page on Cucumber World and call <code>sendAllFootprints()</code> in the browser context before reporting test end.</li></ul></td></tr><tr><td><p>sealights-cucumber-plugin - 2.0.132</p><p>sealights-cypress-plugin - 2.0.144</p><p>sealights-jest-plugin - 3.0.28</p><p>sealights-newman-wrapper - 2.0.132</p><p>sealights-playwright-plugin - 2.0.134</p><p>sealights-plugins-common - 2.0.130</p><p>sealights-protractor-plugin - 3.0.13</p><p>sealights-webdriverio-plugin - 0.1.22</p></td><td>Jan 27, 2026</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Renamed <code>testTargetProjectId</code> to <code>prId</code>.</li><li>Changed execution handling so execution details are passed from the main thread to worker threads via a file, instead of querying the backend.</li></ul><p><strong>Resolved Issues:</strong></p><ul><li>Fixed execution shutdown handling for single-worker runs.</li><li>Fixed TIA status reporting by correctly setting it within Jest worker threads.</li></ul></td></tr><tr><td>sealights-cypress-plugin - 2.0.143</td><td>Jan 26, 2026</td><td><p><strong>New Features and Updates:</strong></p><ul><li><p>Added commands to manually clean up and restore the original Cypress configuration files:</p><ul><li><code>npx sealights-cypress-plugin clean</code></li><li><code>npx sealights-cypress-plugin reset</code></li></ul></li><li><p>The clean/reset command performs the following actions:</p><ul><li>Reads backup file paths from the temporary tracking file (<code>_sl.backup-paths</code>).</li><li>Restores the original Cypress configuration and support files from <code>.slbak</code> backups.</li><li>Removes all temporary files created by the Cypress runner.</li></ul></li></ul></td></tr><tr><td><p>sealights-cypress-plugin - 2.0.142</p><p>sealights-playwright-plugin - 2.0.133</p><p>sealights-webdriverio-plugin - 0.1.19</p></td><td>Jan 13, 2026</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added support for plugins that use the remote-agent to work with compressed sl-mapping files.</li></ul></td></tr></tbody></table>

## 2025 Release Notes

<table><thead><tr><th width="302.33203125">Version</th><th width="123.19140625">Date</th><th>Changes</th></tr></thead><tbody><tr><td>sealights-jest-plugin - 3.0.24</td><td>Dec 18, 2025</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Prevented reuse of the configuration file from previous runs and ensured the configuration file is not loaded in the main thread. </li></ul></td></tr><tr><td><p>sealights-cucumber-plugin - 2.0.127</p><p>sealights-cypress-plugin - 2.0.141</p><p>sealights-jest-plugin - 3.0.23</p><p>sealights-newman-wrapper - 2.0.128</p><p>sealights-playwright-plugin - 2.0.132</p><p>sealights-plugins-common - 2.0.126</p><p>sealights-protractor-plugin - 3.0.12</p><p>sealights-webdriverio-plugin - 0.1.18</p></td><td>Dec 17, 2025</td><td><p><strong>Resolved Issues:</strong></p><ul><li>The plugins now calls <code>.stopAgent</code> during <code>CustomEnvironment::teardown</code> (after each test suite).<br>This resolves an issue where no data (footprints or test events) was sent for a test stage.</li></ul></td></tr><tr><td><p>sealights-cucumber-plugin - 2.0.127</p><p>sealights-jest-plugin - 3.0.21</p><p>sealights-newman-wrapper - 2.0.127</p><p>sealights-plugins-common - 2.0.125</p><p>sealights-protractor-plugin - 3.0.11</p><p>sealights-webdriverio-plugin - 0.1.17</p></td><td>Dec 11, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Test runners listed in the changed-components configuration no longer query executions from the backend.<br>Instead, they manage the execution lifecycle independently from start to finish.</li></ul></td></tr><tr><td><p>sealights-cucumber-plugin - 2.0.126</p><p>sealights-jest-plugin - 3.0.20</p><p>sealights-newman-wrapper - 2.0.126</p><p>sealights-plugins-common - 2.0.124</p><p>sealights-protractor-plugin - 3.0.10</p><p>sealights-webdriverio-plugin - 0.1.16</p></td><td>Dec 8, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>The default <code>buildSessionId</code> file from the file system is now ignored unless explicitly defined and used by the user.</li></ul></td></tr><tr><td>sealights-cypress-plugin - 2.0.140</td><td>Dec 8, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>The default <code>buildSessionId</code> file from the file system is now ignored unless explicitly defined and used by the user.</li><li>Added support for Cypress 15.</li><li>Cypress plugin no longer queries executions from the backend.<br>It now manages the execution lifecycle independently from start to finish.</li></ul></td></tr><tr><td>sealights-playwright-plugin - 2.0.131</td><td>Dec 8, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>The default <code>buildSessionId</code> file from the file system is now ignored unless explicitly defined and used by the user.</li><li>Playwright plugin no longer queries executions from the backend.<br>It now manages the execution lifecycle independently from start to finish.</li></ul></td></tr><tr><td>sealights-cypress-plugin - 2.0.138</td><td>Dec 8, 2025</td><td><p><strong>Resolved Issues:</strong></p><ul><li>In case of a detected connectivity issue, the Cypress plugin now logs an appropriate error but does not stop the plugin process.<br>The plugin will continue attempting to send events and footprints if connectivity is restored later in the run.</li></ul></td></tr><tr><td>sealights-jest-plugin - 3.0.19</td><td>Nov 19, 2025</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Fixed single-worker runs in the new Jest plugin architecture.</li></ul></td></tr><tr><td>sealights-cypress-plugin - 2.0.137</td><td>Nov 19, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added component tests and end-to-end tests.</li><li>Fixed Cypress runner compatibility with configuration files that do not use the <code>defineConfig</code> wrapper.</li></ul></td></tr><tr><td>sealights-jest-plugin - 3.0.18</td><td>Nov 19, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Removed IPC usage and run multiple remote agents (one per worker), with a single manager remote agent in the main process.</li></ul><p><strong>Known Limitation:</strong> This approach does not support single-worker runs.</p></td></tr><tr><td>sealights-playwright-plugin - 2.0.129</td><td>Nov 4, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added support for running the imports replacement utility using <code>npx</code> or by referencing the package name after installation.</li><li>The CLI now requires an explicit command.<br>The previous invocation method will no longer work when upgrading and running via <code>npx</code>.<br>Using <code>node ./node_modules/...</code> remains supported.</li><li><p>Default command is <code>replace-imports</code>, with aliases:</p><ul><li><code>rewrite-imports</code></li><li><code>update-imports</code></li><li><code>adapt-imports</code></li></ul></li><li>README updated to reflect the new CLI behavior.</li></ul></td></tr><tr><td>sealights-jest-plugin - 3.0.15</td><td>Nov 4, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Updated documentation link from Confluence to GitBooks.</li></ul></td></tr><tr><td>sealights-jest-plugin - 3.0.14</td><td>Oct 21, 2025</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Fixed coverage collection issues for large datasets (e.g., Angular applications) by switching the IPC transport layer to TCP.</li></ul></td></tr><tr><td>sealights-cypress-plugin - 2.0.135</td><td>Oct 9, 2025</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Fixed an issue where the Cypress plugin failed initial connectivity checks with the SeaLights server, causing false negatives and pipeline interruptions.</li></ul></td></tr><tr><td>sealights-jest-plugin - 3.0.13</td><td>Oct 9, 2025</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Fixed JSDOM integration issues that required manual configuration.</li></ul></td></tr><tr><td>sealights-jest-plugin - 3.0.12</td><td>Sep 29, 2025</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Downgraded <code>ts-morph</code> to restore compatibility with Node.js versions 16 and above.</li></ul></td></tr><tr><td><p></p><p>sealights-jest-plugin - 3.0.11</p><p>sealights-newman-wrapper - 2.0.123</p><p>sealights-plugins-common - 2.0.121</p><p>sealights-webdriverio-plugin - 1.1.13</p></td><td>Sep 11, 2025</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Fixed an issue where CLI arguments did not override the default <code>sltoken.txt</code> when environment variables were also set.</li></ul></td></tr><tr><td>sealights-playwright-plugin - 2.0.127</td><td>Sep 11, 2025</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Fixed an issue where CLI arguments did not override the default <code>sltoken.txt</code> when environment variables were also set.</li><li>Fixed a Playwright worker hook destructuring assignment error.</li></ul></td></tr><tr><td><p>sealights-cucumber-plugin - 2.0.122</p><p>sealights-cypress-plugin - 2.0.133</p><p>sealights-jest-plugin - 3.0.10</p><p>sealights-newman-wrapper - 2.0.122</p><p>sealights-protractor-plugin - 3.0.6</p><p>sealights-webdriverio-plugin - 0.1.12</p></td><td>Sep 10, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Updated <code>slnodejs</code> and common dependencies to versions that support <code>testProjectId</code>.</li></ul></td></tr><tr><td>sealights-playwright-plugin - 2.0.127</td><td>Sep 10, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Updated <code>slnodejs</code> and common dependencies to versions that support <code>testProjectId</code>.</li><li>Updated to accept and pass <code>testProjectId</code> during remote agent initialization.</li></ul></td></tr><tr><td><p>sealights-cucumber-plugin - 2.0.121</p><p>sealights-jest-plugin - 3.0.9</p><p>sealights-newman-wrapper - 2.0.121</p><p>sealights-plugins-common - 2.0.120</p><p>sealights-protractor-plugin - 3.0.5</p><p>sealights-webdriverio-plugin - 0.1.11</p></td><td>Sep 9, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Updated <code>slnodejs</code> dependency to version <code>6.1.1101</code> to support <code>testProjectId</code> handling in the remote agent.</li></ul></td></tr><tr><td><p>sealights-cucumber-plugin - 2.0.120</p><p>sealights-newman-wrapper - 2.0.120</p><p>sealights-protractor-plugin - 3.0.4</p><p>sealights-webdriverio-plugin - 0.1.10</p></td><td>Aug 26, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Upgraded  <code>sealights-plugins-common</code> dependency to version <code>2.0.119</code> across all packages.</li></ul></td></tr><tr><td>sealights-jest-plugin - 3.0.8</td><td>Aug 23, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Increased IPC communication timeouts, including connection establishment and message send/receive when using multiple workers.</li></ul></td></tr><tr><td>sealights-plugins-common - 2.0.119</td><td>Aug 23, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Upgraded <code>slnodejs</code> dependency.</li></ul></td></tr><tr><td>sealights-playwright-plugin - 2.0.124</td><td>Aug 23, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Updated documentation to clarify that only one of <code>bsid</code> or <code>labId</code> is required.</li></ul></td></tr><tr><td>sealights-webdriverio-plugin - 0.1.9</td><td>Aug 23, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Disabled remote agent by default.</li><li>Added a feature flag to enable the remote agent, aligned with Cypress plugin behavior.</li><li>Updated documentation with correct import styles for ES module projects and alternative CommonJS imports.</li></ul></td></tr><tr><td>sealights-jest-plugin - 3.0.6</td><td>Aug 21, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added support for running Jest in monorepo projects.</li></ul></td></tr><tr><td>sealights-webdriverio-plugin - 0.1.7</td><td>Aug 19, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Updated documentation with implementation scenarios and short usage examples.</li></ul></td></tr><tr><td>sealights-webdriverio-plugin - 0.1.6</td><td>Aug 19, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Initial release of the Sealights WebdriverIO plugin.</li></ul></td></tr><tr><td>sealights-jest-plugin - 3.0.4</td><td>Aug 4, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added <code>sl-jest-runner</code> to automate plugin integration and eliminate manual code changes.</li></ul></td></tr><tr><td>sealights-protractor-plugin - 3.0.1</td><td>Aug 4, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Moved Protractor to a peer dependency.</li><li>Updated README with a deprecation notice for Protractor.</li></ul></td></tr><tr><td><p>sealights-cypress-plugin - 2.0.129</p><p>sealights-playwright-plugin - 2.0.120</p></td><td>Jul 28, 2025</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Fixed a regression caused by the new logger initializing Node modules in the browser context (<code>slnodejs</code> version <code>6.1.1081</code>).</li></ul></td></tr><tr><td><p>sealights-cypress-plugin - 2.0.128</p><p>sealights-playwright-plugin - 2.0.119</p></td><td>Jul 21, 2025</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Aligned logging behavior in Cypress and Playwright plugins with the Node agent using <code>NODE_DEBUG</code> and <code>SL_LOG_LEVEL</code>.</li></ul></td></tr><tr><td>sealights-jest-plugin - 3.0.3</td><td>Jul 21, 2025</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Fixed Jest plugin usage of Cockpit notifier before initialization.</li></ul></td></tr><tr><td>sealights-cypress-plugin - 2.0.127</td><td>Jul 10, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Ignored <code>node_modules</code> when searching for configuration files.</li><li>Added warnings for multiple matched configuration files (defaults to the first match).</li><li>Added support for <code>--configFile</code> and <code>--supportFile</code> CLI arguments for file path overrides.</li></ul></td></tr><tr><td>sealights-cypress-plugin - 2.0.124</td><td>Jul 2, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added support for <code>testProjectId</code> and <code>targetTestProjectId</code>.</li><li>Added recursive search for Cypress configuration and support files in subdirectories.</li></ul></td></tr><tr><td>sealights-cypress-plugin - 2.0.120</td><td>Jun 27, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added support for running <code>sl-cypress-runner</code> with globally installed Cypress versions.</li></ul></td></tr><tr><td>sealights-cypress-plugin - 2.0.119</td><td>Jun 26, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Cypress runner <code>sl-cypress-runner</code> now auto-installs SeaLights hooks and imports (no manual configuration required); creates backups of existing Cypress configuration and support files and restores them after execution; performs pre-run validation of required environment variables and server/collector connectivity.</li><li>Added full, shell-safe support for <code>--spec</code> (including glob patterns).</li><li>README updated and moved <code>sl-cypress-runner</code> section to the top for faster onboarding.</li></ul></td></tr><tr><td>sealights-jest-plugin - 3.0.2</td><td>Jun 18, 2025</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Fixed socket temporary file creation issues on Windows.</li></ul></td></tr><tr><td>sealights-jest-plugin - 3.0.1</td><td>Jun 10, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Released a new major version of the Jest plugin supporting all Jest versions, including those using Jest Workers.</li><li>Added IPC-based communication between worker processes.</li><li>Added fallback support to use <code>slnodejs</code> when IPC fails.</li></ul><p><strong>Known Limitations:</strong> Fallback mode does not guarantee full coverage when multiple workers are spawned.</p></td></tr><tr><td>sealights-playwright-plugin - 2.0.118</td><td>Jun 2, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Updated documentation to clarify that the SeaLights token type must be Agent.</li></ul></td></tr><tr><td><p>sealights-cucumber-plugin</p><p>sealights-jest-plugin</p><p>sealights-newman-wrapper</p><p>sealights-plugins-common</p><p>sealights-protractor-plugin</p></td><td>May 20, 2025</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Fixed an issue where the default <code>buildSessionId</code> file was loaded when <code>labId</code> was provided and the file did not exist.</li></ul></td></tr><tr><td>sealights-cypress-plugin - 2.0.116</td><td>Apr 25, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added support for combined glob and file paths in the spec pattern.</li></ul><p><strong>Known Limitation:</strong> Files must be specified either by glob or by full path. Incorrect patterns may cause test sessions to close prematurely or not close at all.</p></td></tr><tr><td>sealights-cypress-plugin - 2.0.115</td><td>Apr 23, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Updated README with correct usage instructions for <code>sl-cypress-runner</code>. </li></ul></td></tr><tr><td>sealights-cypress-plugin - 2.0.114</td><td>Apr 23, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added <code>sl-cypress-runner</code> wrapper to support <code>--spec</code> patterns from the CLI.</li></ul></td></tr><tr><td>sealights-playwright-plugin - 2.0.113</td><td>Apr 1, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added support for running with <code>labId</code> only; <code>bsid</code> is resolved automatically.</li></ul></td></tr><tr><td>sealights-testcafe-plugin - 1.0.55</td><td>Mar 24, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added support for OpenTelemetry headers injection when OpenTelemetry is enabled during the build.</li></ul></td></tr><tr><td>sealights-cypress-plugin - 2.0.111</td><td>Mar 4, 2025</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Downgraded <code>glob</code> and <code>bfj</code> packages to restore compatibility with Node.js 8 and above.</li></ul></td></tr><tr><td>sealights-cypress-plugin - 2.0.110</td><td>Feb 26, 2025</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Downgraded <code>glob</code> version to support older Node.js versions.</li></ul></td></tr><tr><td>sealights-cucumber-plugin - 2.0.108</td><td>Feb 19, 2025</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Updated documentation related to configuration and improved displayed error messages.</li></ul></td></tr></tbody></table>

## 2024 Release Notes

<table><thead><tr><th width="302.3046875">Version</th><th width="123.0703125">Date</th><th>Changes</th></tr></thead><tbody><tr><td>sealights-cypress-plugin - 2.0.107</td><td>Dec 3, 2024</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Fixed a regression that caused longer test execution durations.</li></ul></td></tr><tr><td><p>sealights-cucumber-plugin - 2.0.100</p><p>sealights-cypress-plugin - 2.0.100</p><p>sealights-jest-plugin - </p><p>sealights-newman-wrapper - 2.0.100</p><p>sealights-playwright-plugin - 2.0.100</p><p>sealights-plugins-common - 2.0.100</p><p>sealights-testcafe-plugin - </p><p>sealights-webdriverio-plugin - </p></td><td>Nov 18, 2024</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Upgraded dependent libraries to address a security vulnerability.</li></ul></td></tr><tr><td>sealights-cypress-plugin - 2.0.98</td><td>Nov 14, 2024</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Delivered significant performance enhancements.</li></ul></td></tr><tr><td>sealights-cucumber-plugin - 2.0.97</td><td>Nov 4, 2024</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Fixed support for running with <code>labId</code>.</li></ul></td></tr><tr><td>sealights-cucumber-plugin - 2.0.96</td><td>Oct 20, 2024</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Fixed an issue where execution was queried for recommendations before being created.</li></ul></td></tr><tr><td>sealights-cypress-plugin - 2.0.93</td><td>Oct 3, 2024</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added support for exporting browser logs and network requests using the <code>CYPRESS_SL_ENABLE_BROWSER_DEBUG</code> environment variable.</li></ul></td></tr><tr><td>sealights-playwright-plugin - 2.0.92</td><td>Sep 29, 2024</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added support for the Playwright testing framework.</li></ul></td></tr><tr><td>sealights-cypress-plugin - 2.0.90</td><td>Aug 14, 2024</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Fixed an issue where TIA showed an <em>Unsupported Framework</em> error when running with the remote agent enabled.</li></ul></td></tr><tr><td>sealights-cypress-plugin - 2.0.89</td><td>Aug 11, 2024</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Released version <code>2.0.84</code> to fix a critical issue preventing the plugin from functioning correctly.</li></ul></td></tr><tr><td>sealights-cypress-plugin - 2.0.88</td><td>Aug 11, 2024</td><td><p><strong>Resolved Issues:</strong></p><ul><li>Fixed an issue occurring when a required environment variable was not defined.</li></ul></td></tr><tr><td>sealights-cypress-plugin - 2.0.84</td><td>Jul 9, 2024</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Added support for the <code>CYPRESS_SL_TIA_DISABLED</code> environment variable to skip test recommendations retrieval when set to <code>true</code>.</li></ul></td></tr><tr><td>sealights-cypress-plugin - 2.0.75</td><td>Jul 3, 2024</td><td><p><strong>New Features and Updates:</strong></p><ul><li>Updated remote agent behavior to automatically start the execution when running with <code>labId</code>.</li></ul></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sealights.io/knowledgebase/agent-release-notes/nodejs-plugins.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
