Git Product home page Git Product logo

expecto-adapter's Introduction

expecto-adapter

Visual Studio test adapter for Expecto

This adapter enable tests based on the [Expecto] (https://github.com/haf/Expecto) F# test framework to show up in Visual Studio's Text Explorer window, and also in Visual Studio Online builds.

This was originally developed as the Fuchu Adapter.

Usage

If you're using paket:

  1. add nuget Expecto.VisualStudio.TestAdapter version_in_path: true to your paket.dependencies file
  2. add Expecto.VisualStudio.TestAdapter to your paket.references file in the Exe test project.
  3. run paket install, then in the same folder as your test executable project,

note: paket might generate a packages.config automatically for you. add it to your test exe project file.

image

If you are using NuGet package manager, just use NuGet to add [Expecto.VisualStudio.TestAdapter] (https://www.nuget.org/packages/Expecto.VisualStudio.TestAdapter/) to your Exe test project.

image

In both cases, Visual Studio should read the packages.config and detect the presense of the test adapter, and then will use it to populate the Test Explorer and run tests.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.