-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Cannot start automated tests server at different port. #7225
Comments
Karma prevents such situation out-of-the-box. If the port isn't available, Karma will look for another one. First terminal: Second terminal: However, the ticket itself is valid. Unfortunately,
It won't work. Every spawn of All processes will write to the file. We could add a port to the file name and everything should work. |
And at least to run test server for every close of the repo. |
PRs are ready at #6818, ckeditor/ckeditor5-dev#638 |
Feature: Make port number configurable for automated tests server. Closes #637.
Sometimes, I'd like to start the automated tests server at a port that is different than
9876
to run a test for multiple branches/clones,
the port is occupied by another server/same server than hanged/didn't release the port.
The text was updated successfully, but these errors were encountered: