Coder Social home page Coder Social logo

Comments (7)

scottmuc avatar scottmuc commented on May 18, 2024

Interesting scenario, thanks for creating an issue on this. Will look at it in the near future.

from pester.

ghostsquad avatar ghostsquad commented on May 18, 2024

I agree with this.

from pester.

dlwyatt avatar dlwyatt commented on May 18, 2024

In terms of implementation, it would be much easier to output one message and then ignore the rest of the current Context (or Describe, if the error happens within that scope), than it would be to try to output messages for each subsequent skipped test.

What would be the value of having all of the tests that weren't executed in the output? If it's worth the development effort, then it could certainly be done. Also, what would be the proper behavior if an error occurs in a Describe which contains one or more Context statements? Should the aborted Context statements and the It statements they contain be output as well?

from pester.

mzs-github avatar mzs-github commented on May 18, 2024

For CI jobs it would be handy if Pester could exit with a non-zero exit code if an exception is thrown from a Context (assuming it was invoked with -EnableExit). Currently it exits with code 0 as long as all tests that could run have passed.

Counting the exact number of skipped tests is probably less important than reporting that there were errors. Just for reference I looked into what JUnit does when a @BeforeClass method fails - it reports a single error and doesn't bother counting the individual @Tests it missed.

from pester.

dlwyatt avatar dlwyatt commented on May 18, 2024

That should be pretty easy to do. I'll look into it this week.

from pester.

dlwyatt avatar dlwyatt commented on May 18, 2024

Just opened a very basic PR to accomplish this, to give us something concrete to talk about. There may be improvements to be made here. (For instance, the code that parses BeforeEach / AfterEach blocks inside a Describe would still terminate the whole script in the "old way" if there's a syntax error; that could be moved into the Try block to produce a failed test instead.)

from pester.

dlwyatt avatar dlwyatt commented on May 18, 2024

Merged the PR which turns a terminating error in a Describe or Context into a single failed test (in addition to whatever else already happened in that block prior to the error.) This will be part of the upcoming v3.0 release.

from pester.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.