# AMP-HTML Tests

Test the integration of AMP in your application.


## Usage

    amp-html test NAME


## Options

`--split` or `-s`: Run tests with `split` if you are using SplitView.

`--help` or `-h`: Run tests with `help` to get additional information on AMP-HTML tests.

---

## Arguments

### all
Running all tests available.

    amp-html test all


### markup
Testing the markup requirements of AMP.

    amp-html test markup


### html
Testing the format specifications of HTML tags in AMP.

    amp-html test html


### css
Testing the AMP format specifications on CSS stylesheets.

    amp-html test css