Skip to content

Commit

Permalink
feat: 测试看看
Browse files Browse the repository at this point in the history
  • Loading branch information
whyrove committed Jan 16, 2025
1 parent 15bb1f9 commit bd94c0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backstop.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"scenarios": [
{
"label": "Bifrostui",
"url": "http://localhost:8000/cores/button",
"referenceUrl": "",
"url": "http://localhost:8000/cores/avatar",
"referenceUrl": "https://bui.taopiaopiao.com/cores/avatar",
"readyEvent": "",
"readySelector": ".dumi-default-previewer-demo",
"delay": 0,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions scripts/ui-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ while :
if lsof -i:8000; then
if [ ! -d "backstop_data/bitmaps_reference" ];then
backstop reference
kill -9 $(lsof -i :8000 | awk '{print $2}')
break;
else
backstop test
kill -9 $(lsof -i :8000 | awk '{print $2}')
break;
fi
fi
Expand Down

0 comments on commit bd94c0f

Please sign in to comment.