Skip to content
forked from google/pageloader

A framework for creating page objects for in-browser or WebDriver tests.

License

Notifications You must be signed in to change notification settings

mk13/pageloader

 
 

Repository files navigation

PageLoader

Build Status

A framework for creating page objects for in-browser tests or Webdriver tests.

For a beginner's guide, refer to our quickstart guide.

For in-depth explanation of PageLoader's anatomy and features, refer to our anatomy section.

Refer to our best practices section to master using PageLoader.

Starting with version 3.0.0, PageLoader is changed significantly from version 2.X.X. Refer to our what changed section for more information.

How do I trigger the generation step?

dart run build_runner build

If you are starting with a fresh checkout or deleted your .dart_tool directory, pass the flag: --delete-conflicting-outputs.

WARNING: Your PageObject Dart files must be within test/... subdirectory

About

A framework for creating page objects for in-browser or WebDriver tests.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 98.4%
  • HTML 1.1%
  • Shell 0.5%