File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,6 @@ $ npm install --global backstop-crawl
13
13
14
14
## Usage
15
15
16
- ```
17
- $ npm install --global backstop-crawl
18
- ```
19
-
20
16
```
21
17
❯ backstop-crawl
22
18
@@ -27,10 +23,15 @@ $ npm install --global backstop-crawl
27
23
28
24
Options
29
25
--outfile, -o Save the backstop config to this file
26
+ --debug Logs out errors produced while crawling
30
27
--ignore-robots Ignore the sites robots.txt
31
28
--ignore-ssl-errors Treat any certificate as valid (e.g. self-signed
32
29
or expired)
33
- --debug Logs out errors produced while crawling
30
+ --allow-subdomains Allow crawling links found to subdomains of the
31
+ current domain
32
+ --limit-similar[=3] Limits the number of similar URLs to a set number
33
+ Defaults to 3
34
+ e.g /blog/1, /blog/2, /blog/3
34
35
35
36
Examples
36
37
$ backstop-crawl http://localhost
@@ -40,4 +41,4 @@ $ npm install --global backstop-crawl
40
41
41
42
## License
42
43
43
- MIT © fffunction [ fffunction.co] ( fffunction.co )
44
+ MIT © fffunction [ fffunction.co] ( https:// fffunction.co)
You can’t perform that action at this time.
0 commit comments