DEV Community

Byte Sized
Byte Sized

Posted on

The Inspector 🔎: A better way to test your code

Image description

Use this Github Action to surface test errors sooner and develop faster! This action currently only supports JavaScript projects but we look forward to expanding in the future.

What the action does:

Creates PR comment with failing test, which includes:

  • Link failing test
  • Direct link to source code where the error is coming from
  • Stacktrace

My Workflow

This project is using the Sticky Pull Request Comments github action repo:
https://github.com/marocchino/sticky-pull-request-comment

Submission Category:

DIY Deployments

Yaml File or Link to Code

https://github.com/nspired-tech/hackathon-the-inspector/blob/main/.github/workflows/test.yml

Additional Resources / Info

Latest comments (0)