Skip navigation links

Package com.atlassian.pageobjects

The API for creating and interacting with page objects for functional tests.

See: Description

Package com.atlassian.pageobjects Description

The API for creating and interacting with page objects for functional tests.

To get started, try:

  1. Include the page objects for your product as a test-scoped dependency.
  2. Create a normal jUnit integration test that contains something like:
         ConfluenceTestedProduct product = TestedProductFactory.create(ConfluenceTestedProduct.class);
         DashboardPage dashboard = product.visit(ConfluenceLoginPage.class)
                                          .loginAsSysAdmin(DashboardPage.class);
       
Skip navigation links

Copyright © 2015 Atlassian. All rights reserved.