extensions-submissions/test
Benjamin Grandfond f6d6f0bab4
Fix validation output rendering
2023-01-20 22:43:04 +01:00
..
issue_comment Add tests to easily make sure the output looks like something expected 2023-01-20 00:32:04 +01:00
issues Add tests to easily make sure the output looks like something expected 2023-01-20 00:32:04 +01:00
validation_outputs Fix validation output rendering 2023-01-20 22:43:04 +01:00
README.md Add tests to easily make sure the output looks like something expected 2023-01-20 00:32:04 +01:00

README.md

How to test the workflows locally?

Prerequisites

You must install act

Run the workflows locally

The test folder contains json files for each scenario you want to test. You can run any of the scenarios by running the following command:

act <event> -e test/<scenario>.json

Use tests.bats

You can also run tests using bats.

npm install
npm run test