elegant-insurance-66438
05/08/2023, 6:52 PMstart:ci - there is no mention of what commands are in this script elsewhere in the documentation that I could find - if someone knows that would be great.many-airline-45402
05/08/2023, 7:01 PMelegant-insurance-66438
05/08/2023, 7:07 PMmany-airline-45402
05/08/2023, 7:08 PMnpm start instead of npm run start:cimany-airline-45402
05/08/2023, 7:10 PMnpm install
Before you try to get this working in GitLab I would recommend running it locally using the commands in the README file, so you can get familiar with it.elegant-insurance-66438
05/08/2023, 7:12 PMnpm ci in the command above, and realize the reason for doing so. I'm hesitant to just use npm start as I would like to test the actual build - I will try it though, thanks.many-airline-45402
05/08/2023, 7:16 PMelegant-insurance-66438
05/08/2023, 7:17 PMmany-airline-45402
05/09/2023, 7:18 AMnpm start is the correct command and it is referred to in the explanation text. It is just the code examples which are incorrect. The kitchensink example has its own server included. You do not need to use serve. It also has `start-server-and-test`included, which means you don't need wait-on. The `build`command in this repository does not really build the app, it is just a lint command.many-airline-45402
05/09/2023, 11:08 AMchrome would work.elegant-insurance-66438
05/10/2023, 9:25 AMnpm start ultimately calls serve - please see https://github.com/cypress-io/cypress-example-kitchensink/blob/master/scripts/start.js - I am just calling it directly in my .gitlab-ci.yml instead and need it to serve the build that I want to run the tests against. The latest issue I have is 503 errors from http://localhost:3000 . Getting this up and running has cost me a couple of days so will be getting input from our devops.many-airline-45402
05/10/2023, 9:49 AMserve. Sorry for my misleading comment. Good luck with getting it working in your environment!elegant-insurance-66438
05/10/2023, 10:02 AMelegant-insurance-66438
05/11/2023, 10:25 AMcypress.config.ts and in the .gitlab-ci.yml - all working now 🙂