jsrn / rails_test_assistant

Easily navigate to Rails tests and execute them without leaving VS Code.

Home Page:https://marketplace.visualstudio.com/items?itemName=jsrn.rails-test-assistant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails Test Assistant

A screenshot of the extension in action

Features

  • Easy navigation between a class and its test.
  • Execute the current test, the current file, or all tests in the project.
  • Works with Test::Unit, MiniTest and RSpec.

Extension Settings

This extension contributes the following settings:

  • railsTestAssistant.testCommandPrefix: Prefix the rails test command to suit your environment. For example, a prefix of docker-compose run --rm web would direct the test command to your web docker container.

About

Easily navigate to Rails tests and execute them without leaving VS Code.

https://marketplace.visualstudio.com/items?itemName=jsrn.rails-test-assistant

License:MIT License


Languages

Language:Ruby 74.5%Language:TypeScript 25.5%