Skip to content

felixele217/hello-test.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

hello-test.nvim

Plugin to enable simple and fast testing development workflow.

All keybindings run the tests in a new terminal that can be closed pressing 'q' (can be configured) and navigated with VIM keybindings once you press 'k' to enter VIM-Mode.

Features

Currently only supports Test Suites that utilize

'./vendor/bin/phpunit'

Installation

lazyvim

return {
    'felixele217/hello-test.nvim',
}

Configuration

lazyvim

return {
    'felixele217/hello-test.nvim',
    config = function()
        require('hello-test').setup({
            close_terminal_key = "q" -- specify key that closes terminal
        })
    end
}

Keymaps

<leader>tt - run test under cursor
<leader>tl - run last test
<leader>tf - run current test file
<leader>ta - run all tests

Ideas and Contribution

Feel free to open PRs or Issues! :)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages