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

Can't use devServer option when dev server is launched by external process #1000

Open
1 task done
shadowusr opened this issue Aug 15, 2024 · 0 comments
Open
1 task done
Labels

Comments

@shadowusr
Copy link
Member

shadowusr commented Aug 15, 2024

Verify latest release

  • I verified that the issue exists in the latest Hermione release

Hermione version

No response

Last Hermione version that worked

No response

Which area(s) of Hermione are affected? (leave empty if unsure)

Hermione core, Configuration

Link to the code that reproduces this issue or a replay of the bug

No response

Reproduction steps

  1. Use the following config:
    devServer: {
        command: "echo 1",
        logs: false,
        readinessProbe: async () => {
            return true;
        },
    },
    
  2. Try to launch Testplane

Actual Behavior

You will get Terminating on critical error: Error: An error occured while launching dev server Dev server failed with code '0'

Expected Behavior

It's possiblе to use devServer option to wait for an external server.

Which Node.js version are you using?

18.20

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

No branches or pull requests

1 participant