OCNORA

Currents

Business appsBearer tokencredential probe

Read and control Cypress, Playwright and Jest test runs recorded by Currents (currents.dev).

OCNORA ships 8 typed Currents operations and 1 trigger. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.currents.dev/v1 through the HTTP node with the same credential.

Triggers 1

  • Run Event
    Start a run when a Currents CI test run starts, finishes, times out or is cancelled.
    trigger.currents_event

Operations 8

  • Cancel Run
    Cancel a run that is still executing so its machines stop early.
    currents.cancel_run
  • Delete Run
    Delete a run and the results recorded against it.
    currents.delete_run
  • Find Run
    Find the most recent completed run for a CI build id or a branch, which is how a workflow picks up the run its own pipeline just produced.
    currents.find_run
  • Get Instance
    Fetch one spec file's execution, with every test result it recorded.
    currents.get_instance
  • Get Project
    Fetch one project's settings, including its run timeouts.
    currents.get_project
  • Get Run
    Fetch one run with its groups, spec files and test totals.
    currents.get_run
  • List Project Runs
    List a project's recent test runs, filtered by branch, tag or status.
    currents.list_project_runs
  • List Projects
    List the organisation's Currents projects, one cursor page at a time.
    currents.list_projects

Run your first Currents workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.