Elyra
Elyra The coding agent e The native code editor Elyra Grove Native local development environment Askr The real server for Laravel & PHP Elyra Framework Rust + Svelte 5 framework for desktop apps Elyra Conductor Local project conductor Elyra SQL Server MySQL-compatible SQL server in Rust Elyra Félagi Agents as teammates on one board Elyra SQL Client Native desktop SQL workbench Elyra SQL Anywhere Replication-ready SQL engine Elyra Sjá SEO & GEO workspace for macOS Elyra DataGrid Server-driven data grid for Laravel
Release notes
Changelog
Elyra
Tasks & tests

Tasks & tests

e detects runnable tasks from your project and runs them in the integrated terminal.

Run a task (⌘⇧B)

Opens the task palette with everything it found:

  • npm / yarn / pnpm / bun scripts (from package.json, picking the right package manager from the lockfile)
  • Composer scripts (composer.json)
  • Cargotest, build, run, check, clippy, fmt
  • Gogo test ./..., go build ./...
  • Laravelartisan test / serve / migrate / tinker
  • Pest / PHPUnit
  • Makefile targets

Pick one (type to filter, arrows + Enter, or click) and it runs in a new, named terminal tab so you can watch the output.

Run tests

The Run Tests command (⌘⇧P → Run Tests) runs the project's primary test command — php artisan test, pest, phpunit, cargo test, go test ./..., or npm test, depending on what it detects.