Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MicrosoftEdge/BrowserEfficiencyTest
BrowserEfficiencyTest is a Selenium WebDriver based web browser test automation project.
https://github.com/MicrosoftEdge/BrowserEfficiencyTest
Last synced: 16 days ago
JSON representation
BrowserEfficiencyTest is a Selenium WebDriver based web browser test automation project.
- Host: GitHub
- URL: https://github.com/MicrosoftEdge/BrowserEfficiencyTest
- Owner: MicrosoftEdge
- License: other
- Created: 2016-06-04T01:04:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-25T17:27:36.000Z (about 2 years ago)
- Last Synced: 2024-08-01T02:25:45.562Z (3 months ago)
- Language: C#
- Homepage:
- Size: 591 KB
- Stars: 65
- Watchers: 19
- Forks: 45
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome!
BrowserEfficiencyTest is a [Selenium WebDriver](http://docs.seleniumhq.org/) based web browser test automation project written in C#. It allows you to run through common tasks done in browsers (look through a Facebook feed, go through some emails, browse the news) done in multiple tabs, and uses Windows Performance Recorder to measure how much power, CPU, or other resources were used in order to accomplish those tasks. It currently supports:
* Microsoft Edge
* Google Chrome
* Firefox
* Opera## Documentation
* [Get started with BrowserEfficiencyTest](Documentation/GetStarted.md).
* [Using BrowserEfficiencyTest](Documentation/Usage.md)
* [Extending BrowserEfficiencyTest](Documentation/Extending.md)## Links
* [Selenium WebDriver](http://docs.seleniumhq.org/)
* [Selenium WebDriver Downloads](http://docs.seleniumhq.org/download/)
* [Microsoft Edge WebDriver Developer](https://developer.microsoft.com/en-us/microsoft-edge/platform/documentation/dev-guide/tools/webdriver/)
* [Microsoft WebDriver Download](https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/)## Coding Style
This project follows the [dotnet/corefx C# Coding Style](https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/coding-style.md).
## Code of Conduct
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
## Dependencies
Using the XPerf and WPR modules requires the [Windows Performance Toolkit.](https://msdn.microsoft.com/en-us/library/windows/hardware/dn927310(v=vs.85).aspx)
This also requires [Elevator](https://github.com/MicrosoftEdge/Elevator) in order to trace (which must be done with admin rights).