-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: keep settings simple for first iteration
- Loading branch information
1 parent
ca5527e
commit 5236e95
Showing
1 changed file
with
2 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,7 @@ | ||
description: Opens a website in a headless browser and profiles its performance. | ||
description: Opens a website in an headless browser. | ||
network: true | ||
|
||
args: | ||
- name: url | ||
description: URL to open. | ||
required: true | ||
- name: wait-for | ||
description: CSS selector to wait for before profiling. | ||
required: false | ||
- name: timeout | ||
description: Timeout in seconds for page load and element wait. | ||
required: false | ||
default: "30" |