JS Client library to interact with Supabase Functions.
You are going to need docker daemon running to execute tests.
To start test run use the following command:
npm i
npm run test
Projects includes reporting with allure. Use the following command get more detailed test reports:
npm run test:report
You may need to have Java8 installed to generate the report.