Introduction

API Reference - access Currents tests data programmatically

The Currents API allows programmatic access to the data created during the execution of your Playwright test.

The base URL for accessing the API is

https://api.currents.dev

The API is organized around REST. Our API has resource-oriented URLs, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Please note: API access it currently in beta mode. The data shape and endpoint may change without notice.

Last updated