Skip to content

Commit

Permalink
Update cypress config
Browse files Browse the repository at this point in the history
  • Loading branch information
ltthienn committed Sep 20, 2023
1 parent d700dd4 commit 078fde4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ export default defineConfig({
register.registerMetric(suite)

const gateway = new client.Pushgateway(`${process.env.CORE_PUSH_GATEWAY_URL}`, [], register)
console.log('gateway link: ', `${process.env.CORE_PUSH_GATEWAY_URL}`)
await gateway
.push({ jobName: 'ui-automation' })
.then(({ resp, body }) => {
Expand Down

0 comments on commit 078fde4

Please sign in to comment.