ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Test

by gerardroche ST3

Unified test runner.

Labels testing

Details

Installs

  • Total 681
  • Win 375
  • Mac 196
  • Linux 110
Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0
Mac 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Test

Package Control

Leverage the power of Sublime Text test runners.

Screenshot

Installation

Install Test via Package Control.

Setup

Install your preferred test runners via Package Control:

Language Test Runners Package
PHP PHPUnit, ParaTest, Pest, Artisan PHPUnitKit
Sublime Text plugin UnitTesting UnitTesting
Sublime Text color scheme ColorSchemeUnit ColorSchemeUnit

Add your preferred key bindings.

Menu → Preferences → Key Bindings

{ "keys": ["ctrl+shift+a"], "command": "test_suite" },
{ "keys": ["ctrl+shift+c"], "command": "test_cancel" },
{ "keys": ["ctrl+shift+f"], "command": "test_file" },
{ "keys": ["ctrl+shift+l"], "command": "test_last" },
{ "keys": ["ctrl+shift+n"], "command": "test_nearest" },
{ "keys": ["ctrl+shift+r"], "command": "test_results" }
{ "keys": ["ctrl+shift+s"], "command": "test_switch" },
{ "keys": ["ctrl+shift+v"], "command": "test_visit" },

Commands

Command Description
Test: Nearest In a test file runs the test nearest to the cursor, otherwise runs the test for the current file.
Test: File In a test file runs all tests in the current file, otherwise runs test for the current file.
Test: Suite Runs the whole test suite.
Test: Last Runs the last test.
Test: Switch In a test file opens the file under test, otherwise opens the test file.
Test: Visit Visits the test file from which you last run your tests (useful when you're trying to make a test pass, and you dive deep into application code and close your test buffer to make more space, and once you've made it pass you want to go back to the test file to write more tests).
Test: Results Opens the exec test output panel.
Test: Cancel Cancels any currently running test.

License

Released under the GPL-3.0-or-later License.