Skip to content

Commit

Permalink
text(e2e): more logs (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Apr 7, 2024
1 parent cc851bd commit 8d7b5c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions cypress/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ services:
- ./.env
environment:
ENABLE_DATABASE_DELETION: "True"
OUTPUT_FILE: "/tmp/output.csv"

traefik:
image: traefik:v2.9
Expand Down
1 change: 1 addition & 0 deletions cypress/e2e/signin_from_agentconnect_client/index.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ describe("sign-in from agentconnect client", () => {
after(() => {
cy.exec(`docker compose --project-directory ${__dirname} stop`);
});

it("should sign-in", function () {
cy.visit(`http://moncomptepro-agentconnect-client.localhost`);
cy.get("button.moncomptepro-button").click();
Expand Down
2 changes: 1 addition & 1 deletion cypress/support/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Cypress.Commands.add("seed", (dirname) => {
}).then((result) => cy.task("log", result.stdout));
}
{
const command = `docker compose ${args.compose} wait migrated-db`;
const command = `docker compose ${args.compose} logs --follow migrated-db`;
cy.task("log", `$ ${command}`);
cy.exec(command, {
env,
Expand Down

0 comments on commit 8d7b5c2

Please sign in to comment.