From 5e3f4b565236eca658fa07c54a1bbd6ed7c8b252 Mon Sep 17 00:00:00 2001 From: Daniel Eshkeri Date: Mon, 14 Oct 2024 15:01:03 +0100 Subject: [PATCH] docs: added info about how to run the script to testing read me --- test/TESTING_README.mdx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/test/TESTING_README.mdx b/test/TESTING_README.mdx index b33e066e..0789e872 100644 --- a/test/TESTING_README.mdx +++ b/test/TESTING_README.mdx @@ -69,8 +69,16 @@ void main() { } ``` +### Test Visibility Table + +You can find the test visibility table at the following path: 'test/scripts/output/test_table.mdx' + +To generate the table run the following command from the root of the project: + +```bash +dart test/scripts/test_counter.dart +``` + #### Visibility Excel Sheet https://zebra-my.sharepoint.com/:x:/p/de7924/Ea0l7BF7AzJJoBVPrg4cIswBZRyek6iNT3zzwDcLn-5ZGg?e=NTJIZU - -### Test Table