Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .layerfiles/cypress/Layerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ../base

RUN curl http://localhost:8080
RUN npm install -g http-server

RUN docker run -it --add-host host.docker.internal:host-gateway -v $PWD:/e2e -w /e2e cypress/included:3.2.0
5 changes: 2 additions & 3 deletions cypress.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"baseUrl": "http://host.docker.internal:8080",
"reporter": "junit",
"reporter": "cypress-multi-reporters",
"reporterOptions": {
"mochaFile": "cypress/results/test-output-[hash].xml",
"toConsole": true
"configFile": "reporter-config.json"
}
}
Loading