Skip to content

Example of Page Object pattern and common work with UI elements that can be found https://formy-project.herokuapp.com

Notifications You must be signed in to change notification settings

oriony27/Page-Object-sample

Repository files navigation

Formy Project Sample

https://formy-project.herokuapp.com

This project is sample of Page Object pattern and work with such components as:

  • Autocomplete
  • Buttons and Links
  • Checkboxes
  • Datepicker
  • Drag and Drop
  • Dropdowns
  • Enabled and Disabled elements
  • File Upload
  • Radio buttons
  • Modal windows
  • Page scrolling
  • Switching on alert and new browser tab

Tech

Technologies that used in project:

How to run

If you want to run project:

$ cd Page-Object-sample.
$ chmod +x gradlew
$ chmod +x ./scripts/runTests.sh (if you want to run tests without report generation)
$ chmod +x ./scripts/runTestsWithReport.sh (if you want to run tests with report generation)
$ sh ./scripts/runTests.sh or sh ./scripts/runTestsWithReport.sh

How to check report

Navigate to .build folder, open reports/allure-report. Then open index.html file in any browser

About

Example of Page Object pattern and common work with UI elements that can be found https://formy-project.herokuapp.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published