An example Protractor configuration and test spec that is compatible with Testable.
See the Testable Protractor guide for more details.
If your Testable scenario is parameterized they are accessible as environment variables.
For example, the TestVar
parameter is accessible as process.env.PARAM_TESTVAR
.
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.
See the testable-utils package for more details on the following features: