mirror of
https://github.com/web-infra-dev/midscene.git
synced 2025-07-27 02:41:23 +00:00
7 lines
211 B
Bash
Executable File
7 lines
211 B
Bash
Executable File
#! /bin/bash
|
|
|
|
node ../cli/bin/midscene --serve ./dist/report --url demo.html \
|
|
--action "Click the 'Insight / Locate' on Left" \
|
|
--sleep 300 \
|
|
--assert "There is a 'Open in Playground' button on the page"
|