-
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 pull request #231 from zzzrst/development
Update Testing Driver versioning to Working Version
- Loading branch information
Showing
33 changed files
with
2,651 additions
and
863 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# TestingDriver | ||
This is a .Net 6.0 Library. | ||
|
||
Previously, this was a .NET6.0 library. | ||
|
||
This directory contains the source code for the package TestingDriver. This package is a package for interacting with testing drivers for Selenium. Currently supported browsers are Chromium, Firefox, and Edge. | ||
|
||
## Documentation | ||
Documentation for the source code can be found [here](https://zzzrst.github.io/TestingDrivers/). | ||
|
||
## Other Notes | ||
Version number are labed as MAJOR.MINOR.dailyBuild.buildTime | ||
|
||
Major changes are when new classes are added, except helper classes, or when a large change is made to the code such as a large functionality change. | ||
|
||
Minor changes are when methods are added/removed or a helper class is added. |
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
Oops, something went wrong.