You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #1406 on April 12, 2022 12:34.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
What is the new or updated feature that you are suggesting?
It would be nice to have more insight into commands like
watch
anddev
for scripting purposes.Gatsby processes, for example, send structured messages via IPC so you can be notified when the server has been started, etc.
Why should this feature be included?
One scenario this would be useful is in test automation. For example, say I want to start an e2e test suite I need to do the following.
remix dev
)This scenario isn't easily scriptable currently since Step 2 requires manually checking if the port is ready (and the app server has started).
Beta Was this translation helpful? Give feedback.
All reactions