Skip to content

Latest commit

 

History

History

playwright-demo

playwright-demo

Steps

Steps

Preparation

create .env file

# replace by your gpt-4o api key
OPENAI_API_KEY="YOUR_TOKEN"

Refer to this document if your want to use other models like Qwen: https://midscenejs.com/choose-a-model

Run demo

run e2e test

pnpm install

# run e2e test
pnpm run e2e

# prefer using cache
pnpm run e2e:cache

# run e2e with playwright ui, remember to click the little "Play" button on the upper-left corner
pnpm run e2e:ui

# run e2e with playwright ui + cache
pnpm run e2e:ui:cache

After the above command executes successfully, the console will output: Midscene - report file updated: ./current_cwd/midscene_run/report/some_id.html. You can open this file in a browser to view the report.

Reference

https://midscenejs.com/integrate-with-playwright.html https://midscenejs.com/api.html