dkandalov / limited-wip

IntelliJ plugin to limit your work-in-progress
https://plugins.jetbrains.com/plugin/7655
111 stars 7 forks source link

Commits on Compound test when one fails #33

Open TrentonAdams opened 4 years ago

TrentonAdams commented 4 years ago

The plugin commits if one set of compound tests pass. It would make more sense to commit only after they both pass. I'm trying to run unit tests along with e2e protractor tests on a react application. I find it's the most efficient way of doing TDD using Test && commit methodologies on react.

image