import{_ as s}from"./plugin-vue_export-helper-DlAUqK2U.js";import{c as i,a as t,o as a}from"./app-h9l50wZ_.js";const n="/assets/grafik-1%20(1)-D9Bz6W0K.png",r="/assets/grafik%20(1)-BTXGtrIV.png",l={};function h(o,e){return a(),i("div",null,e[0]||(e[0]=[t(`
Are you running everything through docker? You're so lucky you don't have to setup anything!
Just:
$ docker-compose upTo start the services that are required for cypress testing manually. You basically need the whole setup to run:
Navigate to the corresponding folders and start the services.
Even if the required services for testing run via docker, depending on your setup, the cypress tests themselves run on your host machine. So with our without docker, you would have to install cypress and its dependencies first:
# in the root folder /
$ yarn installThe interactive cypress test console allows to run tests and have visual feedback on that. The interactive cypress environment also helps at debugging the tests, you can even time travel between individual steps and see the exact state of the app.
To use this feature run:
$ yarn cypress:openTo run cypress without the user interface:
$ yarn cypress:runThis is used to run cypress in CI or in console
Check out the Cypress documentation for further information on how to write tests: Write-a-simple-test
',24)]))}const c=s(l,[["render",h],["__file","index.html.vue"]]),u=JSON.parse(`{"path":"/cypress/","title":"End-to-End Testing","lang":"en-US","frontmatter":{},"headers":[{"level":2,"title":"Setup with docker","slug":"setup-with-docker","link":"#setup-with-docker","children":[]},{"level":2,"title":"Setup without docker","slug":"setup-without-docker","link":"#setup-without-docker","children":[]},{"level":2,"title":"Install cypress","slug":"install-cypress","link":"#install-cypress","children":[{"level":3,"title":"Open Interactive Test Console","slug":"open-interactive-test-console","link":"#open-interactive-test-console","children":[]}]},{"level":2,"title":"Run cypress","slug":"run-cypress","link":"#run-cypress","children":[]},{"level":2,"title":"Write some Tests","slug":"write-some-tests","link":"#write-some-tests","children":[]}],"git":{"createdTime":1775351521000,"updatedTime":1775351521000,"contributors":[{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com","commits":1}]},"readingTime":{"minutes":0.79,"words":237},"filePathRelative":"cypress/README.md","localizedDate":"April 5, 2026","excerpt":"\\nAre you running everything through docker? You're so lucky you don't have to\\nsetup anything!
\\nJust:
\\n$ docker-compose up\\n