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

[TS-SELENIUM] Cover the "Use Java IDE features and the inner loop" step from "Happy path" scenario #13519

Closed
4 tasks
Ohrimenko1988 opened this issue Jun 12, 2019 · 1 comment
Assignees
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.

Comments

@Ohrimenko1988
Copy link
Contributor

We have an epic issue where described test scenarios for Che 7 #12728 .

4 - Use Java IDE features and the inner loop

Steps

  • 1 - Open a Java file, change some code and verify that error highlighting, code completion and code navigation work
  • 2 - Use the "Build" task and verify that the application is build successfully
  • 3 - Use the "Run" task and and verify that the application is updated successfully
  • 4 - Set a breakpoint and use the "Debug" task to verify that the application stops at the breakpoint

Success criteria

  • Java Code completion, error highlighting and code navigation should work successfully
  • The provided "Build" task executes successfully
  • The provided "Run" task executes successfully and a pop-up ask to open the application URL
  • Changes done at step 4.1 should be applied
  • Java Debugger should be able to attach successfully when executing the "Debug" task.
  • Java Debugger should be stop at a breakpoint and resume application execution when clicking on resume.

We should cover this steps by automated test.

@Ohrimenko1988 Ohrimenko1988 added kind/task Internal things, technical debt, and to-do tasks to be performed. team/che-qe labels Jun 12, 2019
@Ohrimenko1988 Ohrimenko1988 self-assigned this Jun 12, 2019
@Ohrimenko1988 Ohrimenko1988 added the status/in-progress This issue has been taken by an engineer and is under active development. label Jun 12, 2019
@Ohrimenko1988 Ohrimenko1988 added status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. and removed status/in-progress This issue has been taken by an engineer and is under active development. labels Jun 21, 2019
@Ohrimenko1988 Ohrimenko1988 removed the status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. label Jul 5, 2019
@Ohrimenko1988
Copy link
Contributor Author

Done #13615

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.
Projects
None yet
Development

No branches or pull requests

1 participant