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

[Epic] Integrate with the CLI for running tests #299

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on Sep 14, 2024

  1. Add new script command and implement autofix suggestions

    * **package.json**
      - Add a new script command "test-inline" to run tests and display output inline
      - Update the "test" script to include the new command
    
    * **client/src/test/diagnostics.test.ts**
      - Implement autofix suggestions for failing tests
      - Add comments to explain the autofix logic
    
    * **client/src/test/extension.test.ts**
      - Implement autofix suggestions for failing tests
      - Add comments to explain the autofix logic
    
    * **README.md**
      - Add instructions on running tests through the CLI and viewing output inline
      - Update the usage section to include the new feature
    Siddhant-K-code committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    521b8eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f913ce6 View commit details
    Browse the repository at this point in the history
  3. fix :)

    Siddhant-K-code committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    9d9b482 View commit details
    Browse the repository at this point in the history
  4. final fix?

    Siddhant-K-code committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    2f3ce51 View commit details
    Browse the repository at this point in the history
  5. final final fix!!!

    Siddhant-K-code committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    dc6bbb6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae9ccaa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f7c151e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bdac52f View commit details
    Browse the repository at this point in the history
  9. fix tests

    Siddhant-K-code committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    a86bc52 View commit details
    Browse the repository at this point in the history
  10. fix

    Siddhant-K-code committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    c71b876 View commit details
    Browse the repository at this point in the history
  11. fix :/

    Siddhant-K-code committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    be381aa View commit details
    Browse the repository at this point in the history
  12. fix

    Siddhant-K-code committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    8fddce0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    50e1e69 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    44a4c1e View commit details
    Browse the repository at this point in the history
  15. ah!!

    Siddhant-K-code committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    0838e0b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bd7ab85 View commit details
    Browse the repository at this point in the history