Skip to content

Latest commit

 

History

History

blogs__application-actions

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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