Bug fixes
- fix target duplicate causes crash of the test runner
- fix problems in generated test suites give no feedback to the user. Now user receive an expandable info "Error details" with full
stderr
of Jest
Features
- improve UI: by creating a new project the first suite gets created automatically, so we avoid confusing info page with no suites available
- improve UI: added
edit targets as CSV
UI - improve UI: added new command
upload
to attach a file to file input (Issue #18) - improve UI: added new command
runjs
to inject a custom JavaScript featuring both Puppeteer API (https://pptr.dev) and Jest (https://jestjs.io/) APIs. It can be used for missing commands/assertions and custom functionality like sending to authorization token to the server