1
0
mirror of https://gitlab.com/bramw/baserow.git synced 2024-12-04 12:57:18 +00:00
bramw_baserow/tests/cases/README.md

397 B

Test Cases

This directory allows you to add test cases in JSON format that can be executed in both the frontend and the backend.

How to add a new case

Just add a file ending with .json in this directory and import it in your test file.

How to implement a case

You can use test.each in the frontend and @pytest.mark.parametrize in the backend to test each case defined in the JSON.