Closed jaysoo closed 1 year ago
CI is running/has finished running commands for commit 03848b25dbba29d92dea7ff759c7df8ba2cfc89c. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this branch
Sent with 💌 from NxCloud.
When generating the remix app, the e2e tests don't work unless the use pass in specific options. It is not a good experience for users.
The Cypress executor needs the executor in
devServerTarget
to emit a value (e.g.{success: true, baseUrl: 'http://localhost:3000}
, butrun-commands
don't do this. Thus we need to start the dev server in another dependency task, and passskipServe
to Cypress.After this PR, user can do this: