https://github.com/testdriverai/demo-install-chrome-extensions
Install a chrome extension using TestDriver!
https://github.com/testdriverai/demo-install-chrome-extensions
Last synced: 12 days ago
JSON representation
Install a chrome extension using TestDriver!
- Host: GitHub
- URL: https://github.com/testdriverai/demo-install-chrome-extensions
- Owner: testdriverai
- Created: 2025-05-21T23:44:37.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-07-29T11:25:09.000Z (7 months ago)
- Last Synced: 2026-01-29T21:26:10.994Z (13 days ago)
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Using TestDriver to Install Chrome Extensions
See [TestDriver Quickstart](https://docs.testdriver.ai/overview/quickstart)
---
**What is TestDriver?**
Next generation autonomous AI agent for end-to-end testing of web & desktop
[Website](https://testdriver.ai) | [Docs](https://docs.testdriver.ai) | [GitHub Action](https://github.com/marketplace/actions/testdriver-ai) | [Join our Discord](https://discord.gg/a8Cq739VWn)
---
## Setup
First, [fork this repository](https://github.com/testdriverai/quickstart-web/fork).
Next, [create a GitHub secret](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables#creating-configuration-variables-for-a-repository) named `TESTDRIVER_API_KEY` using your API key from the testdriver dashboard.
> TestDriver is more fun with an API key. [Get an API key by starting a trial here](https://testdriver.ai/pricing).
In the forked repository, [add a GitHub variable](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables#creating-configuration-variables-for-an-environment) named `TD_EXTENSION_NAME` . The value should be name of the extension you want to add. This is optional (e.g., `ColorZilla`).
## Installing a Chrome extension
- Run the `/testdriver/chrome_extension.yaml` test by performing:
```bash
> testdriverai run testdriver/chrome_extension.yaml
```
- or deploy the test and use the GitHub Action