aria-at
                                
                                 aria-at copied to clipboard
                                
                                    aria-at copied to clipboard
                            
                            
                            
                        Add script to count test plans, tests, assertions, and command/assertion pairs
This PR adds a script to the scripts directory which provides basic metrics for all test plans or a single specified test plan.
The output of this script can be used to track the growth of the ARIA-AT repository over time.
Example output:
$ npm run count
8 test plans, 242 tests, 919 assertions, 1643 command/assertion pairs
1643 command/assertions
@s3ththompson What does that mean? What is a "command/assertion"?
@jscholes was trying to think of a better name for that... it's basically number of commands times number of assertions in order to count the total number of distinct data points that are collected. i'll happy replace the wording if you have any suggestions!
@s3ththompson Hmm, tricky one. Reading your response, what comes to mind immediately is "command/assertion pairs". Or just "datapoints", which is so vague that it all but forces users to read the documentation (and would need to be documented accordingly).
@jscholes I like "command/assertion pairs" better. I updated the script to use that terminology.
✅ Deploy Preview for aria-at ready!
🔨 Explore the source changes: f41fa82eb8d499b850516f4eda56e3f7b4d732a5
🔍 Inspect the deploy log: https://app.netlify.com/sites/aria-at/deploys/6238a1180c6695000815bd16
😎 Browse the preview: https://deploy-preview-442--aria-at.netlify.app
I am going to post a commit here with my suggested changes.