alsatian icon indicating copy to clipboard operation
alsatian copied to clipboard

Vscode plugin: Running TestCases passes when there is a fail

Open OwenPattison opened this issue 4 years ago • 1 comments

@TestCase(1, 2)
@TestCase(1, 1)
@Test("test numbers")
public oneShouldBeOneNotTwo(first: number, second: numer) {
    Expect(first).toBe(second);
}

In vscode pressing run on this suggests a pass, however, when you run in CLI it fails as it should

OwenPattison avatar Jul 24 '20 14:07 OwenPattison

Just spotted this too

hisuwh avatar Aug 07 '20 15:08 hisuwh