Skip to content

Commit

Permalink
Update file
Browse files Browse the repository at this point in the history
  • Loading branch information
ltthienn committed Sep 7, 2023
1 parent df0dffc commit 850d817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// import synpressPlugins from '@synthetixio/synpress/plugins'
// eslint-disable-next-line prettier/prettier
import synpressPlugins from '@synthetixio/synpress/plugins'
import { defineConfig } from 'cypress'
import client from 'prom-client'

Expand All @@ -24,6 +23,7 @@ export default defineConfig({
setupNodeEvents(on, config) {
// eslint-disable-next-line @typescript-eslint/no-var-requires
require('@cypress/grep/src/plugin')(config)
synpressPlugins(on, config)
on('after:run', async results => {
if (results) {
const register = new client.Registry()
Expand Down

0 comments on commit 850d817

Please sign in to comment.