xebia/xta-introduction-webdriver-dotnet

Name: xta-introduction-webdriver-dotnet

Owner: Xebia BV

Description: null

Created: 2016-01-20 19:33:03.0

Updated: 2016-02-08 19:10:13.0

Pushed: 2016-02-08 22:35:15.0

Homepage: null

Size: 2766

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

xta-introduction-webdriver-dotnet

Prerequisites
.NET Version Manager (DNVM)

Run the following command in a command prompt:

ershell -NoProfile -ExecutionPolicy unrestricted -Command "&{$Branch='dev';iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1'))}"
.NET Execution Envirionment (DNX)

After installing DNVM, run:

 upgrade -r clr
Restoring dependencies

After checking out the project, first type dnu restore in a command prompt to restore all project dependencies.

Opening the project

Open the project by selecting the project.json file.

Running tests

Run tests by typing dnx test in a command prompt.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.