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

Feature/78 start pitest plugin run from ide #94

Merged
merged 10 commits into from
Dec 4, 2023

Conversation

brianneoberson
Copy link
Contributor

Pitest can be run from:

  • the context menu button: currently runs pitest on the first class appearing in the file
  • the gutter button: runs pitest on the class next to the button
  • the tool menu button: runs pitest on the whole project

When one of these actions is performed, the terminal shows the command which was run (including the overwritten class) and the pitest logs. A pitest report is also created/updated.

@brianneoberson brianneoberson added the New Feature Issue Related to a new Feature label Dec 3, 2023
@brianneoberson brianneoberson added this to the Sprint 06 milestone Dec 3, 2023
@brianneoberson brianneoberson self-assigned this Dec 3, 2023
Signed-off-by: brianneoberson <[email protected]>
Signed-off-by: brianneoberson <[email protected]>
Copy link
Contributor

@lheimbs lheimbs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.
Small Note: Use git rebase instead of git merge to apply changes from others to your branch

@brianneoberson brianneoberson merged commit d8eb091 into main Dec 4, 2023
7 checks passed
@brianneoberson brianneoberson deleted the Feature/78-Start-Pitest-Plugin-Run-from-IDE branch December 4, 2023 09:30
@emuguy1 emuguy1 added the Est. Size = X Estimated Size X label Dec 4, 2023
@emuguy1 emuguy1 removed this from the Sprint 06 milestone Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Est. Size = X Estimated Size X New Feature Issue Related to a new Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants