We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14fbac7 commit db98f8cCopy full SHA for db98f8c
cypress.config.ts
@@ -2,7 +2,6 @@ import { defineConfig } from 'cypress'
2
import { DefinePlugin } from 'webpack'
3
import getCompareSnapshotsPlugin from 'cypress-visual-regression/dist/plugin'
4
import path from 'path'
5
-import webpackConfig from '@nextcloud/webpack-vue-config'
6
import webpackRules from '@nextcloud/webpack-vue-config/rules'
7
8
import { loadTranslations } from './resources/translations'
@@ -49,6 +48,7 @@ export default defineConfig({
49
48
framework: 'vue',
50
bundler: 'webpack',
51
webpackConfig: async () => {
+ console.log(process.env)
52
process.env.npm_package_name = 'NcCypress'
53
process.env.npm_package_version = '1.0.0'
54
process.env.NODE_ENV = 'development'
0 commit comments