Files
supabase/tests
dependabot[bot] 67a65991e5 Bump json5 from 2.2.0 to 2.2.3 in /tests
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-06 16:14:02 +00:00
..
2022-10-12 14:50:04 +03:00
2022-04-13 02:01:41 +04:00
2022-05-05 20:33:31 +04:00

Tests

These tests can be run with Docker.

We can use either allure-commandline as it is open source and https://github.com/marketplace/actions/allure-report-with-history as an github action to host reports with history on GitHub Pages.

Or use their paid version if we want a bit more groove and possibility to manage test cases not only as code but also manually: https://qameta.io. It can be self-hosted or cloud. Not sure that we need it now, but we can always migrate seamlessly to it if we would need it.

Steps

In the parent folder:

  • npm run docker:dev
  • npm run test

Clean up

  • npm run docker:remove