-
-
Notifications
You must be signed in to change notification settings - Fork 477
Closed
Description
Now if there is an syntax error, e.g. misspelled words, missing closing curly brace, pester will yield an error while loading the script, but later in the test report, result is still green.
I'm using Jenkins to scheduled run all tests, and use Jenkins job status to monitor test result. But if there's syntax error, I'm expecting the job to be red, rather later examine the xUnit plugin report and find out some tests are missing.
I'd like to propose 2 solutions:
- Mark one test failure of every script error. This is the simplest to do.
- Mark result as failed, but calculate how many
Its in failed script, to roughly calculate the number of failing test.
@scottmuc what do you think?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels