axemclion / browser-perf

Performance Metrics for Web Browsers
BSD 2-Clause "Simplified" License
937 stars 61 forks source link

Measuring performance of a workflow #98

Open sowmyasurampalli opened 5 years ago

sowmyasurampalli commented 5 years ago

My requirement is to measure the performance of each screen in my application. For example, launch home page --> login --> search --> place and order --> logout.

Now I have to performance test this flow. Can I integrate it with the existing selenium tests? If so can you please tell me how? If not, how am I supposed to use it?