Skip to content

Files

Latest commit

7d2f665 · Sep 7, 2023

History

History

blogs__application-actions

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