This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed uitest
npm run
task. The tests were split/updated for travi…
…s-ci with #7773 and this broke the `uitest` task. Since the unit tests run quickly and `npm run unittest` still works great, this task isn't really needed anymore. Auditors: @NejcZdovc, @diracdeltas
- Loading branch information
c8b88bb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bsclifton I use this command a lot in the combination with
grep
. Can you give an example how can I easily test ui test now? (probably runtestsuite
with paramTEST_DIR
andgrep
?)c8b88bb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am running test now like this
npm run test -- --grep="Ledger table"
after this change