# Compatibility Guide

### Compatibility Table

Use the following table to discover what versions of `@currents/playwright` to use:

| @playwright/test | @currents/playwright |
| ---------------- | -------------------- |
| 1.59.1           | 1.24.0, 2.0.0+       |
| 1.60.0+          | 2.0.0+               |

#### Notes

* **May 19 2026** `@playwright/test@1.60.0` introduced changes that require updating Currents reporter to version `2.0.0+`.
  * Currents Orchestration users, follow the [Migration Guide](/guides/ci-optimization/playwright-orchestration/playwright-orchestration-migration-guide.md)
  * If you are **not** using Currents Orchestration no additional changed required beyond version bump.


---

# 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.currents.dev/resources/reporters/currents-playwright/compatibility.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.
