Add context from devtools (Wallabyjs)

Ability to include tools to the workflow that validate or verify codebase.

When I ask composer to change some file I usually have wallabyjs running my tests instantly with smart context (only the currently open test files)
This gives me an idea what the accept changes in the composer did to my code. Are tests failing? passing?

Now it woulb be really great if same how composer can ask lint tools for verification to be able to utilise any tool. Such as Wallabyjs that verify tests.

Sonar, Wallaby, eslint, Plato all those tools could be helpers for composer…

have you tried iterate on lints?

(you might have to enable it from settings if not already

it usually catches all my eslint, haven’t checked out wallaby though

1 Like

yes lints is not an issue. Maybe I misphrase it. I meant the same way we do with lints we should be able to do with tests.

1 Like

one hack I do is ask composer to run tests, so that it also sees the test outputs and autocorrects any issues

1 Like