Skip to content

Commit

Permalink
fix: keep settings simple for first iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
GangGreenTemperTatum committed Jan 21, 2025
1 parent ca5527e commit 5236e95
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions dyana/loaders/website/settings.yml
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"

0 comments on commit 5236e95

Please sign in to comment.