publiclab / infragram

A minimal core of the Infragram.org project in JavaScript
https://infragram.org/sandbox/
GNU General Public License v2.0
44 stars 166 forks source link

Start test Server #451

Closed Forchapeatl closed 2 years ago

Forchapeatl commented 2 years ago

Added code to start test server

Fixes #449

Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!

gitpod-io[bot] commented 2 years ago

Forchapeatl commented 2 years ago

Hello @jywarren It seems when our server is running. We can't perform any other action. We must stop the server for the test to proceed. Hence I propose we test on Public Url of Infragram.

jywarren commented 2 years ago

Can you try "http-server &&" ? That will fork the process and let you keep running commands.

On Tue, Aug 30, 2022, 12:31 AM FORCHA @.***> wrote:

Hello @jywarren https://github.com/jywarren It seems when our server is running. We can't perform any other action. We must stop the server for the test to proceed. Hence I propose we test on Public Url of Infragram.

— Reply to this email directly, view it on GitHub https://github.com/publiclab/infragram/pull/451#issuecomment-1231127664, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAF6J5TJVNUTECKMMG2DWTV3WFDFANCNFSM6AAAAAAQAAA564 . You are receiving this because you were mentioned.Message ID: @.***>

jywarren commented 2 years ago

Or maybe it's "http-server &" ?

On Tue, Aug 30, 2022, 12:32 AM Jeffrey Yoo Warren @.***> wrote:

Can you try "http-server &&" ? That will fork the process and let you keep running commands.

On Tue, Aug 30, 2022, 12:31 AM FORCHA @.***> wrote:

Hello @jywarren https://github.com/jywarren It seems when our server is running. We can't perform any other action. We must stop the server for the test to proceed. Hence I propose we test on Public Url of Infragram.

— Reply to this email directly, view it on GitHub https://github.com/publiclab/infragram/pull/451#issuecomment-1231127664, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAF6J5TJVNUTECKMMG2DWTV3WFDFANCNFSM6AAAAAAQAAA564 . You are receiving this because you were mentioned.Message ID: @.***>

Forchapeatl commented 2 years ago

Thank you @jywarren . I wll close this PR and include the changes Jest configurations