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
jamespartington@Jamess-MacBook-Pro-4 chainlit-command % pnpm test
> @ test /Users/jamespartington/github/chainlit-command
> pnpm exec ts-node ./cypress/support/e2e.ts
Could not kill process on port 8000. No process running on port 8000.
stdout: 2025-01-29 09:51:02 - Running in CI mode
stderr: Usage: chainlit run [OPTIONS] TARGET
Try 'chainlit run --help' for help.
stderr: Error: Invalid value: File does not exist: main.py
child process exited with code 2
Error: Command failed: pnpm exec ts-node ./cypress/support/run.ts action
at checkExecSyncError (node:child_process:890:11)
at execSync (node:child_process:962:15)
at runCommand (/Users/jamespartington/github/chainlit-command/cypress/support/utils.ts:29:18)
at /Users/jamespartington/github/chainlit-command/cypress/support/utils.ts:17:3
at step (/Users/jamespartington/github/chainlit-command/cypress/support/utils.ts:33:23)
at Object.next (/Users/jamespartington/github/chainlit-command/cypress/support/utils.ts:14:53)
at /Users/jamespartington/github/chainlit-command/cypress/support/utils.ts:8:71
at new Promise (<anonymous>)
at __awaiter (/Users/jamespartington/github/chainlit-command/cypress/support/utils.ts:4:12) {
status: 1,
signal: null,
output: [ null, null, null ],
pid: 89343,
stdout: null,
stderr: null
}
ELIFECYCLE Test failed. See above for more details.
Describe the bug
To Reproduce
Following instruction on https://github.com/Chainlit/chainlit/blob/main/CONTRIBUTING.md
Versions
Desktop (please complete the following information):
Chip Apple M2 Pro
MacOS Sequoia 15.1.1
The text was updated successfully, but these errors were encountered: