Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

detox-copilot

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

detox-copilot

A flexible plugin that drives your tests with human-written commands, enhanced by the power of large language models (LLMs)

  • 0.0.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
31K
decreased by-38.32%
Maintainers
0
Weekly downloads
 
Created
Source

Detox Copilot

A flexible plugin that drives your tests with human-written commands, enhanced by the power of large language models (LLMs). While originally designed for Detox, Detox Copilot can be extended to any other testing frameworks.

It provides clear APIs to perform actions and assertions within your tests while interfacing with an LLM service to enhance the testing process.

API Overview

High-level overview of the API that Detox Copilot exposes, this is a work in progress and the final APIs may differ from this.

  • init(config): Initializes the Copilot with the provided configuration, must be called before using Copilot. The configuration includes the LLM service endpoint and the framework's driver.
  • reset(): Resets the Copilot by clearing the previous steps. This is required to start a new test case with a clean context.
  • perform(steps): Performs a testing operation or series of testing operations in the app based on the given step intents (string or array of strings).

Keywords

FAQs

Package last updated on 21 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc