-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/ethanmmay/conjuring-tests
- Loading branch information
Showing
7 changed files
with
18 additions
and
7 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
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
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
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
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
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
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,11 @@ | ||
## Welcome to Conjuring Tests | ||
### This repository is for automated tests created with C# Selenium, SpecFlow and a Page-Object-Model design pattern. | ||
|
||
You can run these tests yourself if you have Git SCM and Visual Studio installed on your computer, and you follow these next steps. | ||
|
||
First, you will want to clone this repository to your local machine. To do this, open Command Prompt and navigate to where you want to clone the repo to. Then type "git clone https://github.com/ethanmmay/conjuring-tests" | ||
|
||
Next, you can open Visual Studio and open the project using it's Solution (sln) file. | ||
|
||
To run the tests, Click Test at the top of Visual Studio, then select Test Explorer. A window with a heirarchy will appear and you can click the tests you want to run and then click the run button. | ||
|