Skip to content

Instantly share code, notes, and snippets.

@albingroen
Created February 4, 2020 11:53
Show Gist options
  • Save albingroen/d9fe6f4704c8bd27866e97e408db94f2 to your computer and use it in GitHub Desktop.
Save albingroen/d9fe6f4704c8bd27866e97e408db94f2 to your computer and use it in GitHub Desktop.
// Add all pages you want to test
module.exports = [
{
path: '/',
name: 'Start',
actions: [
{
event: 'type',
element: '#mainInput',
},
{
event: 'click',
element: '#submitButton'
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment