Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.33 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.33 KB

Protractor Testable Example

An example Protractor configuration and test spec that is compatible with Testable.

See the Testable Protractor guide for more details.

Testable Parameters

If your Testable scenario is parameterized they are accessible as environment variables.

For example, the TestVar parameter is accessible as process.env.PARAM_TESTVAR.

Capturing Assertions

Testable will capture all assertions during your test and report them in a histogram metric called assertions (with buckets passed and failed). This metric is included in the standard Selenium result view on Testable.

Metrics, Timings, Logging, CSVs, and more

See the testable-utils package for more details on the following features: