Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilya-murzinov/whitesharp
UI test automation library designed to simplify automated test writing and reading.
https://github.com/ilya-murzinov/whitesharp
Last synced: about 4 hours ago
JSON representation
UI test automation library designed to simplify automated test writing and reading.
- Host: GitHub
- URL: https://github.com/ilya-murzinov/whitesharp
- Owner: ilya-murzinov
- License: mit
- Created: 2014-01-02T11:01:00.000Z (almost 11 years ago)
- Default Branch: dev
- Last Pushed: 2017-05-18T09:15:39.000Z (over 7 years ago)
- Last Synced: 2024-10-10T23:06:17.024Z (28 days ago)
- Language: C#
- Homepage: ilya-murzinov.github.io/WhiteSharp
- Size: 5.64 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
|||
|---|---|
|Appveyor CI|[![Windows Build status](https://ci.appveyor.com/api/projects/status/github/ilya-murzinov/whitesharp?branch=master&svg=true)](https://ci.appveyor.com/project/ilya-murzinov/whitesharp/branch/master)|
|Travis CI|[![Build Status](https://travis-ci.org/ilya-murzinov/WhiteSharp.svg?branch=master)](https://travis-ci.org/ilya-murzinov/WhiteSharp)|
|Nuget|[![NuGet Version and Downloads count](https://buildstats.info/nuget/WhiteSharp)](https://www.nuget.org/packages/WhiteSharp)|To install WhiteSharp use Package Manager Console:
```
PM> Install-Package WhiteSharp
```WhiteSharp
==========This is a library based on [TestStack.White UI automation framework](https://github.com/TestStack/White) and Microsoft UI Automation library. It's designed to simplify test writing and make tests more readable. WhiteSharp is .NET based, written in C# and ment to be used with C#.