Skip to content

feat: Add documentation for prerequisites and implement smoke tests for file system extension#421

Open
egalvis27 wants to merge 4 commits into
feat/add-dolphin-file-system-extensionfrom
feat/add-documentation-and-tests
Open

feat: Add documentation for prerequisites and implement smoke tests for file system extension#421
egalvis27 wants to merge 4 commits into
feat/add-dolphin-file-system-extensionfrom
feat/add-documentation-and-tests

Conversation

@egalvis27

Copy link
Copy Markdown

What is Changed / Added


  • Added a new PR smoke-test workflow to validate file manager extension installation in a matrix of nautilus, nemo, and dolphin on Ubuntu containers:
    • .github/workflows/file-manager-extension-smoke.yml
  • Added a dedicated smoke test script for file manager extension lifecycle checks:
    • src/backend/features/file-manager-extension/file-manager-extension-smoke.ts
  • Added a new npm command to run the smoke test locally and in CI:
    • smoke:file-manager-extension in package.json
  • Updated documentation with Linux prerequisites/setup notes:
    • README.md

Why

  • We recently expanded support to multiple file managers, so we need automated protection to quickly detect installation regressions.
  • This smoke suite provides the practical "80% coverage" by validating:
    • file manager detection,
    • extension install/uninstall flow,
    • expected asset paths per manager,
    • Dolphin template replacement ({{HOME}}) and executable permissions.
  • The approach is lightweight and CI-friendly, giving faster feedback in pull requests without introducing heavier GUI-level end-to-end complexity.

@coderabbitai

coderabbitai Bot commented Jul 22, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: fbe50e95-8867-4d11-924b-d91ca3e53a62

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/add-documentation-and-tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant