Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Browser testing via live content

License

NotificationsYou must be signed in to change notification settings

MozillaSecurity/site-scout

Repository files navigation

CIcodecovMatrixPyPI

Site Scout is a tool that can identify issues that are triggered by visiting livecontent. The primary goal is to create a tool that can be used in automation to collectdebugging data for issues such as crashes and assertion failures. A collection of URLsto visit must be provided.

Installation

Install the latest version from PyPI:

pip install site-scout --upgrade

Usage

Visit one or more URLs (typically used to reproduce an issue):

site-scout<firefox-bin> -u<url> [<url> ...]

Visit a collection of URLs from a file:

site-scout<firefox-bin> -i<urls>.yml [<urls>.yml ...]

Input Formats

YML - URLs to visit are stored in the following format:

# subdomain.domain.tld/pathdomain.tld:subdomain:  -/path# '' is used to omit the subdomaingithub.com:'':  -/MozillaSecurity/site-scoutmozilla.org:www:  -/  -/firefox/browsers/mobile/  -/firefox/new/

JSONL - URLs to visits with optional alias:

{"url1.tld":"alias-string-1"}{"url2.tld/path":"alias-string-2"}{"sub.url3.tld":null}

About

Browser testing via live content

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Contributors2

  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp