Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 453 Bytes

File metadata and controls

13 lines (8 loc) · 453 Bytes

Application Actions

Application actions are a replacement for Page Objects

Shows how to

  • Invoke methods on the application's model object
  • Avoid code duplication and need to create page object hierarchy
  • Run e2e very quickly by skipping UI unless testing that specific UI feature

Blog post

Stop using Page Objects and Start using App Actions