1.0.6 • Published 3 years ago

@jinzheli/hawkeye v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

🦅 Hawkeye

Automated browser testing script

Installation

You can install the package either locally or globally.

npm i -g @jinzheli/hawkeye

Usage

Basic (default)

Checking a list of urls returning 2xx or 3xx response status code.

hawkeye basic --group foo

This task will expect a basic folder in the working directory. The folder will contains file containing urls to check. The filename will be the group name.

A valid example is that a file basic/foo containing the following content

https://google.com
https://google.com/abcd
https://facebook.com

hawkeye basic --group all

This scans all the files within the basic folder, and run them all.

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago