Skip to content

Commit 5f7e47f

Browse files
committed
Change to cypress.log
Signed-off-by: Lin Wang <[email protected]>
1 parent 71134a3 commit 5f7e47f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

cypress/utils/commands.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,11 @@ export const currentBackendEndpoint = (() => {
6060
}
6161
},
6262
get() {
63-
cy.log(
64-
`Before get currentEndpoint: ${currentEndpoint}`
65-
);
63+
Cypress.log({
64+
name: ' Get current endpoint',
65+
displayName: 'GCE',
66+
message: currentEndpoint,
67+
});
6668
return currentEndpoint;
6769
},
6870
});

0 commit comments

Comments
 (0)