Created
August 5, 2021 23:34
-
-
Save elevatebart/cd739b2cea630f00dfead93ad69bdbf0 to your computer and use it in GitHub Desktop.
cypress.config.ts compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { ConfigOptions } from 'cypress' | |
const config: ConfigOptions = { | |
} | |
export default config |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { defineConfig } from 'cypress' | |
export default defineConfig({ | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment