https://github.com/web-infra-dev/midscene-example
Examples for midscene
https://github.com/web-infra-dev/midscene-example
Last synced: about 1 year ago
JSON representation
Examples for midscene
- Host: GitHub
- URL: https://github.com/web-infra-dev/midscene-example
- Owner: web-infra-dev
- Created: 2024-08-01T07:18:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T02:52:52.000Z (about 1 year ago)
- Last Synced: 2025-04-09T03:30:24.809Z (about 1 year ago)
- Language: TypeScript
- Size: 837 KB
- Stars: 59
- Watchers: 6
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Midscene Examples
Examples for [Midscene.js](https://github.com/web-infra-dev/midscene).
## Examples
Here are some examples you can refer to:
- [Automate with Scripts in YAML](./yaml-scripts-demo/): Automate with scripts in YAML. This is the easiest way to integrate Midscene with your existing project.
- [Integrate with Playwright](./playwright-demo/): Integrate Midscene with Playwright, including ai action, query ,cache, and report.
- [Integrate with Puppeteer](./puppeteer-demo/): Integrate Midscene with Puppeteer, including ai action, query, cache, and report.
- [Integrate with Puppeteer and Vitest](./puppeteer-with-vitest-demo/): Integrate Midscene with Puppeteer and Vitest. This is an alternative way to do test without Playwright.
- [Bridge Mode](./bridge-mode-demo/): Bridge Mode allow you to use Midscene with your Desktop Chrome.
## Connectivity Test
- [Connectivity Test](./connectivity-test/): Use this folder to test the connectivity of the LLM Service.
## Feedback
To open a issue, please go to [https://github.com/web-infra-dev/midscene/issues](https://github.com/web-infra-dev/midscene/issues).