Hello There,
I am planing to run k6 along with circleCI. I am completely new to Circleci and wondering how to achieve it.
Currently my k6 framework starts its run by invoking a bash file start.sh and inside the start.sh file i am having multiple k6 files to run
k6 run file1.js
k6 run file2.js
With this configuration can some one help me how to configure circleci