Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Commit 0a5c1c3

Browse files
joshuajtwardAdam Murray
authored andcommitted
adjust globby options
1 parent c2eb157 commit 0a5c1c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/plugin.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ function cypressGrepPlugin(config) {
6060
if (grepFilterSpecs) {
6161
debug(resolvedConfig)
6262
const specFiles = globby.sync(specPattern, {
63+
cwd: integrationFolder,
6364
ignore: excludeSpecPattern,
64-
absolute: false,
65+
absolute: true,
6566
})
6667
debug('found %d spec files', specFiles.length)
6768
debug('%o', specFiles)

0 commit comments

Comments
 (0)