Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add command to run all tests in folder (#43) #45

Merged

Conversation

gVirtu
Copy link
Contributor

@gVirtu gVirtu commented Oct 25, 2019

Closes #43

I was unsure about the keybinding to go with so I went for CTRL/CMD + Shift + K D (as in Directory 😄 ).

  • Implemented command handler

    • Based off runTestFile.js. When called from the context menu (right click folder), a folder URI is passed so we consider that as the path.
    • We make sure the path ends with / so that filtering the test path is simpler.
  • Added action to explorer's context menu

  • Updated README.md

Feedback is always appreciated! 🚀

* Implemented command handler

* Added action to explorer's context menu

* Updated README.md
@samuelpordeus
Copy link
Owner

Thanks for the contribution, @gVirtu!

@samuelpordeus samuelpordeus merged commit 77fcb71 into samuelpordeus:master Nov 12, 2019
@samuelpordeus samuelpordeus added the enhancement New feature or request label Nov 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run tests in folder
2 participants