Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ test: lint
yarn download:bin
yarn download:lib
yarn test
yarn test:e2e
cargo test --manifest-path src-tauri/Cargo.toml

# Builds and publishes the app
build-and-publish: install-and-build
Expand Down
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"workspaces": {
"packages": [
"core",
"web-app",
"tests-e2e-js"
"web-app"
]
},
"scripts": {
Expand All @@ -17,10 +16,6 @@
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"test:prepare": "yarn build:icon && yarn copy:assets:tauri && yarn build --no-bundle ",
"test:e2e:linux": "yarn test:prepare && xvfb-run yarn workspace tests-e2-js test",
"test:e2e:win32": "yarn test:prepare && yarn workspace tests-e2-js test",
"test:e2e:darwin": "echo 'E2E tests are not supported on macOS yet due to WebDriver limitations'",
"test:e2e": "run-script-os",
"dev:web": "yarn workspace @janhq/web-app dev",
"dev:tauri": "yarn build:icon && yarn copy:assets:tauri && tauri dev",
"copy:assets:tauri": "cpx \"pre-install/*.tgz\" \"src-tauri/resources/pre-install/\"",
Expand Down
1 change: 0 additions & 1 deletion tests-e2e-js/.gitignore

This file was deleted.

23 changes: 0 additions & 23 deletions tests-e2e-js/package.json

This file was deleted.

50 changes: 0 additions & 50 deletions tests-e2e-js/src/main.ts

This file was deleted.

21 changes: 0 additions & 21 deletions tests-e2e-js/tsconfig.json

This file was deleted.

Loading