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

Need a method to run DevMode on systems without GUI support #9937

Closed
sayaya1090 opened this issue Mar 15, 2024 · 1 comment
Closed

Need a method to run DevMode on systems without GUI support #9937

sayaya1090 opened this issue Mar 15, 2024 · 1 comment

Comments

@sayaya1090
Copy link

GWT version: 2.11.0
Browser (with version): -
Operating System: ubuntu


Description

I want to set up a deployment pipeline, including component testing, during the build.

The testing procedure is as follows:

  1. Run DevMode to start CodeServer and Jetty.
  2. Use Selenium to connect to the URL of the test module.
  3. Operate each component on the screen according to the defined procedure to check if the desired result is obtained.
  4. Terminate DevMode.

In an environment with GUI support, it is confirmed that the test is successful using the above method.
image

However, in an environment without GUI support, such as Github Actions, an error occurs related to SwingUI, and the test cannot be performed.

Steps to reproduce

I have created a sample source code that you can test. Please refer to the following Github repository: https://github.com/sayaya1090/GWTTest

Github action log: https://github.com/sayaya1090/GWTTest/actions/runs/8289126317/job/22684971186

@sayaya1090
Copy link
Author

I have confirmed that the window does not open when using SuperDevMode.
Thank you to tbroyer for the advice.
I will close this ticket accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant