Giter Club home page Giter Club logo

sublimetext2mxunitlauncher's Introduction

MXUnit Test Launcher Plugin for Sublime Text 2

Provides commands for launching the currently open file as an MXUnit test case (opens in browser) and for launching an MXUnit testsuite.

Settings

You can get to the settings through Preferences->Package Settings->MXUnit. Options are:

  • base_url: The root url for your tests, without trailing slash. e.g. http://localhost/tests
  • base_path: The root path on your machine that maps to the url, without trailing slash
  • test_suite: Url, relative to the base_url, for running a test suite, e.g. /TestSuite.cfm

Example Settings Configuration

{
    "base_url":"http://localhost",
    "base_path":"C:\\webroot\\webapp",
    "test_suite":"/webapp/test/TestSuite.cfm"
}

Commands

  • launch_test: Launches the current file as an MXUnit test in the browser (shift-alt-t)
  • launch_test_suite: Launches the test suite in the browser (shift-alt-s)

Windows Installation (XP, Vista & Windows 7)

  • Download and Unzip package from the GitHub project page
  • Create a folder in %AppData%\Sublime Text 2\Packages called "MxUnit"
  • Copy the contents of the unzipped folder to %AppData%\Sublime Text 2\Packages\MxUnit
  • Restart Sublime Text 2

sublimetext2mxunitlauncher's People

Contributors

dominicwatson avatar nodoherty avatar bittersweetryan avatar

Watchers

Mark Drew avatar

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.