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

Implement SPT run configuration #17

Open
2 of 9 tasks
Virtlink opened this issue May 10, 2017 · 0 comments
Open
2 of 9 tasks

Implement SPT run configuration #17

Virtlink opened this issue May 10, 2017 · 0 comments
Assignees

Comments

@Virtlink
Copy link
Contributor

An SPT test run configuration for IntelliJ would allow users to run SPT tests from within their IDE.

  • Implement a ConfigurationType, the run configuration type.
  • Register the ConfigurationType.
  • Implement a ConfigurationFacory, the run configuration factory.
  • Implement a RunConfiguration (derived from LocatableConfigurationBase?) the run configuration itself.
  • Return RunProfileState to run the SPT tests.
  • Implement SPT test status printer.
  • Implement a SettingsEditor, for editing the run configuration.
  • Persist the RunConfiguration using its writeExternal and readExternal methods.
  • Implement a RunConfigurationProducer to produce run configurations from context.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant