Git Product home page Git Product logo

Comments (4)

themightychris avatar themightychris commented on September 7, 2024

It looks like the simplest way to do this is to have the action register a problem matcher

Cypress test output however will not reference source lines/files, so we're not going to see in-source annotations like that, but the errors could at least be connected into the annotations list you see highlighted when you open up a failed run

from github-action.

NicholasBoll avatar NicholasBoll commented on September 7, 2024

I was just thinking about this. We could add annotations (super useful), but an update to the output from the Cypress project would be required to get file name/line numbers. A PR to at least add annotations would be a good first step

from github-action.

jennifer-shehane avatar jennifer-shehane commented on September 7, 2024

@NicholasBoll Actually we have this information. Specifically as part of this PR: cypress-io/cypress#3930

I will have to investigate whether this is being passed through to the reporting output though.

from github-action.

NicholasBoll avatar NicholasBoll commented on September 7, 2024

Awesome! Once there is output that can be processed by regular expressions, annotation support is fairly easy to add.

As an example, the parse config for eslint-stylish in the setup-node action is here: https://github.com/actions/setup-node/blob/master/.github/eslint-stylish.json. This is what activates that matcher: https://github.com/actions/setup-node/blob/releases/v1/src/setup-node.ts#L30

from github-action.

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.