Code Monkey home page Code Monkey logo

lsgaiatest's Introduction

lsgaiatest

List what tests gaiatest would run for a given set of options.

Install with:

python setup.py install
$ lsgaiatest --help
usage: lsgaiatest [-h] [--type TYPE] [--tag TAG] [--run-list]
                  [--no-unfound-tests] [--no-run-tests] [--no-skipped-tests]
                  [--no-skip-reason] [--full-path] [--device DEVICE]
                  [--app-name APP_NAME]
                  test_file_or_dir [test_file_or_dir ...]

List what tests gaiatest would run for a given set of options.

positional arguments:
  test_file_or_dir     A test script, directory, or manifest

optional arguments:
  -h, --help           show this help message and exit

Query:
  --type TYPE          The type of test to run, can be a combination of values
                       defined in the manifest file; individual values are
                       combined with "+" or "-" characters. For example:
                       "browser+b2g" means the set of tests which are
                       compatible with both browser and b2g; "b2g-qemu" means
                       the set of tests which are compatible with b2g but do
                       not require an emulator. This argument is only used
                       when loading tests from manifest files
  --tag TAG            Filter out tests which don't have the given tag. Can be
                       used multiple times, in which case the test must
                       contain at least one of the given tags.

Reports:
  --run-list           Omit any headers or extra output and only output a json
                       list of tests that would be run. This will override any
                       other reporting options. (default=False)
  --no-unfound-tests   Suppress the report about unfound tests (default=False)
  --no-run-tests       Suppress the report about tests that would be run
                       (default=False)
  --no-skipped-tests   Suppress the report about tests that would be skipped
                       (default=False)
  --no-skip-reason     Omit the reason for skipping the test (default=False)
  --full-path          Always output the full path of the test (default=False)

Capabilities:
  --device DEVICE      Device the test runner would detect, such as "flame" or
                       "desktop" (default=flame)
  --app-name APP_NAME  Application name the test runner would detect, such as
                       "B2G" or "Firefox" (default=B2G)

lsgaiatest's People

Contributors

geoelectric avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.