This repository has been archived by the owner on Jan 14, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 168
Parameters
Ivan Krutov edited this page May 22, 2014
·
13 revisions
Parameters - any your test environment. Such as JDK version for TestRun, test stand address for TestSuite and WebDriver for TestCase.
Adding parameters in Java looks like:
public void myTest() {
...
Allure.LIFECYCLE.fire(new AddParameterEvent("some_name", "some_value"));
...
}
- aShot - WebDriver Screenshot utility. Take screenshots, crop, prettify, compare.
- HTML Elements - A Java framework that provides easy-to-use interaction with page elements in webpage tests.
- Properties - A Java library for populating beans with system environment properties in a simple and convenient way.
- Perspective - API and shell to orchestrate multiple clouds.