mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-06 06:29:45 -06:00
chore: system test tooling improvements (#20966)
* chore: fixture tooling improvements * simplifying the imports of the @tooling/system-tests * A bit of cleanup * browser export path for fixture dirs
This commit is contained in:
@@ -6,7 +6,7 @@ const path = require('path')
|
||||
const Promise = require('bluebird')
|
||||
const os = require('os')
|
||||
const verify = require('../../cli/lib/tasks/verify')
|
||||
const Fixtures = require('@tooling/system-tests/lib/fixtures')
|
||||
const Fixtures = require('@tooling/system-tests')
|
||||
const { scaffoldCommonNodeModules } = require('@tooling/system-tests/lib/dep-installer')
|
||||
|
||||
const fs = Promise.promisifyAll(fse)
|
||||
|
||||
Reference in New Issue
Block a user