tvolk131 / fdr-finder

0 stars 0 forks source link

Ensure that failed tests close the test server #29

Open tvolk131 opened 3 years ago

tvolk131 commented 3 years ago

On all Typescript test runs, a mock server is spun up to allow for screenshot testing using a live server. However, if the tests fail then the server is not properly closed. In a local dev environment, this means that the port is never freed. In CI/CD, this means that the test action never properly fails, but instead times out after a few hours.