Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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#.