1.2.3 • Published 7 years ago

sest v1.2.3

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

Image snapshot testing

npm i -g sest@latest

sest
# user agent
#     -ua, --user-agent <value>
# proxy server
#     -p, --proxy <value>
# browser height (default: 800)
#     -h, --height <value>
# browser width (default: 1280)
#     -w, --width <value>
# cookie listed file path
#     -c, --cookie-file <value>
# threshold percentage (default: 10)
#     -t, --threshold <value>
# dist directory path (default: snapshots)
#     -d, --dist-dir <value>
# URL listed file path
#     -f, --file <value> (required)

echo "sideroad,http://sideroad.secret.jp," > test.csv
echo "Google,https://google.com," >> test.csv
echo "Yahoo,https://www.yahoo.com/," >> test.csv

sest -f test.csv

CSV format

  • name ( name of the target page )
  • URL ( URL of the target URL )
  • click action ( specify css selector to execute click actions )
1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

1.8.0

7 years ago