Skip to content
| Marketplace
Sign in
Visual Studio Code>Debuggers>VSCode Codeception SSH LATESTNew to Visual Studio Code? Get it now.
VSCode Codeception SSH LATEST

VSCode Codeception SSH LATEST

moltmans

|
2,279 installs
| (0) | Free
A simple extension to run Codeception tests without leaving VSCode.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Build Status Marketplace Version

🚀 VSCode Codeception

Easily run your codeception tests from VSCode's command panel or with customisable shortcuts.

Installation

Download it from the Marketplace or search for VSCode Codeception SSH in your VSCode editor extension panel.

Features

  • Run all tests
  • Run a single file
  • Run a single test

Run all tests:

  • Open the command menu: Cmd+Shift+p
  • Select: VSCode Codeception: Run All

Run a file of tests:

  • Open a file
  • Open the command menu: Cmd+Shift+p
  • Select: VSCode Codeception: Run File

Run a single test:

  • Open a file
  • Move your cursor to a test function
  • Open the command menu: Cmd+Shift+p
  • Select: VSCode Codeception: Run Method

Custom Configuraton

These values can be configured in your user settings config.

Name Type Default Description
vscode-codeception.commandSuffix string null Flags or arguments to be appended to the command run. E.g if you want to add --debug this is the correct place.
vscode-codeception.codeceptBinary string null A custom path of the Codecept binary. By default it will be auto-discovered from the vendor folder.
vscode-codeception.pathMappingLocal string null Local path to your code folder root. %USERPROFILE%\VS Code\[project folder name]
vscode-codeception.pathMappingRemote string null Same path as local but to your remote location.
vscode-codeception.testPath string null This adds ahead of path to the test itself it can be left blank. ex. 'application/tests'

How to use these values

Open your settings (or Workspace settings), switch to JSON and put them like this:

{
    "vscode-codeception.commandSuffix": null,
    "vscode-codeception.codeceptBinary": null,
    "vscode-codeception.pathMappingLocal": null,
    "vscode-codeception.pathMappingRemote": null,
    "vscode-codeception.testPath": null,
}

Roadmap: what's next?

This extension is in active development.

Current Roadmap:

  • [ ] Re-run failures
  • [ ] Run tests from within docker containers
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft