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
I have installed a fresh setup of Moon on my cluster.
I am trying to run a test on the Moon Cypress example, but when running npm run test I get the error:
npm run test
> [email protected] test
> cypress-moon 'https://moon.kawastream.com/cypress/chrome'
2024/06/15 19:15:51 Uploading context...
2024/06/15 19:15:53 bad http response: Not Found
404 page not found
2024/06/15 19:15:53 close tar writer: write |1: broken pipe
package.json
{
"name": "moon-cloud-cypress-example",
"version": "1.0.0",
"description": "A minimalist example of running Cypress tests with Moon Cloud",
"main": "",
"repository": {
"type": "git",
"url": "[email protected]:aerokube/moon-cloud-cypress-example.git"
},
"scripts": {
"test": "cypress-moon 'https://moon.kawastream.com/cypress/chrome'"
},
"devDependencies": {
"@aerokube/cypress-moon": "^1.0.2",
"mocha": "^9.0.1"
}
}
Moon UI can be accessed ok https://moon.kawastream.com/#/
I have installed a fresh setup of Moon on my cluster.
I am trying to run a test on the Moon Cypress example, but when running
npm run test
I get the error:package.json
Moon UI can be accessed ok
https://moon.kawastream.com/#/
Running Traefik as Ingress controller
The text was updated successfully, but these errors were encountered: