Interface ChromeTests

All Superinterfaces:
Serializable, TestCategory

public interface ChromeTests extends TestCategory
Tests that requires Chrome browser for their execution should be annotated with @ Category(ChromeTests.class so they can be optionally excluded from the build when needed.
Since:
1.0
Author:
Vaadin Ltd