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

detox-copilot

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

detox-copilot

A Detox-based plugin that leverages AI to seamlessly invoke UI testing framework operations

  • 0.0.3
  • Source
  • npm
  • Socket score

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

Detox Copilot

Work in Progress

Detox Copilot is a testing frameworks plugin that leverages large language models (LLM) to seamlessly invoke the framework's actions. Detox Copilot originally designed for Detox, but it can be extended to other testing frameworks.

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

API Overview

We will provide a high-level overview of the API that Detox Copilot will expose, this is a work in progress and the final API may differ. We will also provide a more extensive documentation once the API is finalized.

  • init(config): Initializes the Copilot with the provided configuration, must be called before using Copilot, e.g. copilot.init(...)
  • reset(): Resets the Copilot by clearing the previous steps, e.g. copilot.reset()
  • perform(intent): Performs an operation with semantic intent, e.g. copilot.perform('tap on the button')

Keywords

FAQs

Package last updated on 17 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