jamg44 / tunnelssh

Another SSH Tunnel Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tunnelssh

Another SSH Tunnel Manager.

Contributing

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

yarn

Compile and Hot-Reload for Development

yarn run dev

This runs concurrently, yarn run dev:web, yarn run dev:desktop, desktop waits for web startup and then starts the app.

Compile and Minify for Production

yarn run build

Run Unit Tests with Vitest

yarn run test:unit

Run End-to-End Tests with Playwright

# Install browsers for the first run
npx playwright install

# When testing on CI, must build the project first
yarn run build

# Runs the end-to-end tests
yarn run test:e2e
# Runs the tests only on Chromium
yarn run test:e2e -- --project=chromium
# Runs the tests of a specific file
yarn run test:e2e -- tests/example.spec.ts
# Runs the tests in debug mode
yarn run test:e2e -- --debug

Lint with ESLint

yarn run lint

About

Another SSH Tunnel Manager


Languages

Language:Vue 56.6%Language:JavaScript 30.9%Language:CSS 11.0%Language:HTML 1.5%