From 3fa9737842fffb1e83d78353d6dcc13f42601d7c Mon Sep 17 00:00:00 2001 From: Adalberto Foresti Date: Thu, 23 Jun 2016 08:38:44 -0700 Subject: [PATCH] Create README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cab76ed --- /dev/null +++ b/README.md @@ -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 [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.