Skip to content

Development setup and process flow

Tomasz Pałka edited this page May 15, 2019 · 3 revisions

Environment setup

  1. Clone the repository

  2. Install IDE of your choice

    Note that project is configured for use with IntelliJ IDEA and this IDE is used as an example in the rest of this page.

  3. Import project

    1. Select "Maven" project type
    2. In the next window, check following boxes:
      • Search for projects recursively
      • Import Maven projects automatically
      • Create module groups for multi-module Maven projects
    3. Make sure modules to be imported are checked
    4. Select "1.8" SDK version
    5. Wait for project and modules to be imported by IDE - it may take a while
  4. Setup formatter

    1. Formatter settings file: resources/style_format/eclipse_format_code_standards.xml - file is in Eclipse format

      For IntelliJ, "Eclipse Code Formatter" plugin must be used

    2. Choose "Allure_Test_Framework_Format" as formatter profile

    3. Optionally, formatting can be set to be performed automatically on file save ("Save Actions" option in Eclipse, in IntelliJ there is a plugin named "Save Actions")

Development process flow

TBD

Clone this wiki locally