-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Adalberto Foresti
authored
Jun 23, 2016
1 parent
3246ede
commit 3fa9737
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Welcome! | ||
PowerTest is a [Selenium WebDriver](http://docs.seleniumhq.org/) based web browser test automation project written in C#. | ||
|
||
## 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. |