Skip to content

Puppetry 1.0.5

Compare
Choose a tag to compare
@dsheiko dsheiko released this 19 Dec 08:56
· 768 commits to master since this release

Features

  • improve UI: for open project showing dedicated Project screen instead of Welcome one
  • improve UI: show confirmation dialog when creating project/exporting in non-empty directory
  • improve UI: field File in New Suite modal is optional now
  • improve UI: Open Suite modal now displays the list of available suites to select instead of Browser file, what was confusing as suite files shall be reachable only in project directory
  • improve UI: opening external links now supported with notification
  • improve UI: editable row inputs and command ones now submit by pressing Enter
  • improve UI: inputs of modals now submit by pressing Enter
  • improve UI: when using context menu now rows (Right Click) it highlights the context row
  • add “inject JavaScript” command

Bug fixes

  • fix target/targetMethod/pageMethod select crashes on typing in (issue #9)
  • fix File Navigator to be a scrollable container when too many suites
  • fix main menu accessibility depending on app state

Misc

  • provide E2E tests for Puppetry app using Jest and Spectron