question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Question] How to end webserver

See original GitHub issue

We’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:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
YousefEDcommented, Feb 9, 2022

@YousefED This one sounds new! Could you please file a new one with a repro that uses @playwright/test@next?

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

0reactions
aslushnikovcommented, Feb 7, 2022

@YousefED This one sounds new! Could you please file a new one with a repro that uses @playwright/test@next?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found