We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
IntelliJ plugins can be tested on two different levels: model/controller or directly on the UI.
UI tests are required to see if menu entries are there for example.#4
We need a basic UI tests to get the initial setup right.
The text was updated successfully, but these errors were encountered:
#5: Basic UI Test
d4f0d53
#5: Applied review suggestions.
a77f537
#5: Prevent UI test from running in CI.
ebf1bff
#5: Use parseBoolean to read CI environment variable.
parseBoolean
CI
9af19fe
#5: Basic UI test (#7)
a0df2e1
redcatbear
Successfully merging a pull request may close this issue.
Situation
IntelliJ plugins can be tested on two different levels: model/controller or directly on the UI.
UI tests are required to see if menu entries are there for example.#4
We need a basic UI tests to get the initial setup right.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: