[Question] How to end webserver
See original GitHub issueWe’re using PlaywrightTestConfig
with the webServer
parameter to make sure our local react app starts before testing (command is npm start
).
After running npx playwright test
(and exiting that), the webserver is still running.
How do we close the webserver process?
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
how to kill airflow scheduler and webserver? - Stack Overflow
So, we will first have to find the parent PID of the gunicorn process and then kill the parent process. should terminate the...
Read more >php - How can I stop another working webserver? - Ask Ubuntu
You could check first which program is using port 80 (default http port) with : sudo netstat -tulpn | grep :80.
Read more >Basic questions about running a web server
A webserver is usually started as root. A good webserver will then change the user under which the indivual processes are run.
Read more >Introduction to the server side - Learn web development | MDN
In this first article, we look at server-side programming from a high level, answering questions such as "what is it?
Read more >44 Practical Apache Web Server Interview Questions with ...
1. How to stop/start Apache Web Server? · 2. What is the default port for HTTP and HTTPS? · 3. Can you tell...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I tried to reproduce this but have been unable to do so unfortunately. I’ll close this issue and reopen it if I run into it again
@YousefED This one sounds new! Could you please file a new one with a repro that uses @playwright/test@next?