grafana / run-k6-action

GitHub Action for running k6 tests
Apache License 2.0
7 stars 0 forks source link

Add checks in Github action to validate test scripts #4

Closed DefCon-007 closed 4 months ago

DefCon-007 commented 4 months ago

The new GitHub action allows you to specify a glob pattern to select test script files which could inadvertently pick up non-k6 test scripts as well. Before starting the execution, we should validate whether the corresponding script is a valid k6 test script or not.