Feature: Step/Group Timing Wrappers
nicholasvuono opened this issue · 0 comments
nicholasvuono commented
The ability to capture timings of individual steps throughout a given end-to-end test is going to be an integral part of this tool. Creating the a wrapper for puppeteer logic to gather metrics will be the main purpose of this issue.
To close this issue the following must be accomplished:
- Wrap puppeteer logic to capture the timing of a specific set of tasks/actions
- Capture the total time of all steps
- include a test for this within the browser-test.js script