Moises Siles
06/06/2023, 9:13 PMMatt (pactflow.io / pact-js / pact-go)
Timothy Jones
06/07/2023, 12:17 AMTimothy Jones
06/07/2023, 12:17 AMMoises Siles
06/07/2023, 2:16 AMMatt (pactflow.io / pact-js / pact-go)
c:\ and it might fix it
3. There is some error that’s not surfacing (e.g. the port is taken). You can check that by running lsof -i:<port> (replace the <port> with the relevant port the test is using). Similarly, a Ruby process could be hanging around (ps -ef | grep ruby should show that). I realise these are linux commands…so, probably need to check
As Tim said, newer versions of Pact JS won’t have this problem, so really you should updateMatt (pactflow.io / pact-js / pact-go)
Moises Siles
06/07/2023, 2:25 AMMoises Siles
06/07/2023, 2:26 AMTimothy Jones
06/07/2023, 2:57 AMsetup method to complete before running tests. My guess is that you're not waiting for the promise to complete.Timothy Jones
06/07/2023, 2:57 AMMoises Siles
06/07/2023, 8:47 PMMoises Siles
06/07/2023, 8:47 PMTimothy Jones
06/07/2023, 9:00 PMMoises Siles
06/07/2023, 9:04 PMTimothy Jones
06/07/2023, 9:11 PMMatt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)