Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
detox-copilot
Advanced tools
A flexible plugin that drives your tests with human-written commands, enhanced by the power of large language models (LLMs)
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.
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).FAQs
A flexible plugin that drives your tests with human-written commands, enhanced by the power of large language models (LLMs)
The npm package detox-copilot receives a total of 23,797 weekly downloads. As such, detox-copilot popularity was classified as popular.
We found that detox-copilot demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
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.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.