Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds testing prototype solution. Related #279 #414

Merged
merged 4 commits into from
Mar 1, 2025
Merged

Conversation

Adam-it
Copy link
Member

@Adam-it Adam-it commented Feb 22, 2025

🎯 Aim

The aim is to prototype integration tests for the solution

To debug tests:

  1. install extension https://marketplace.visualstudio.com/items?itemName=ms-vscode.extension-test-runner
  2. run npm run package && npm run compile-tests
  3. run Extension Tests in debug

To run:

  1. run npm run package && npm run compile-tests
  2. run npm run test and check the result in terminal

📷 Result

image

✅ What was done

  • added test-cli and test-electron
  • added a simple test that checks if extension is running

🔗 Related issue

Related #279

@Adam-it Adam-it self-assigned this Feb 22, 2025
@Adam-it Adam-it linked an issue Feb 22, 2025 that may be closed by this pull request
3 tasks
@Adam-it Adam-it merged commit b0b6a9d into pnp:dev Mar 1, 2025
1 check passed
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.

💡 [Feature]: for the love of god let's start writing tests
1 participant