-
Notifications
You must be signed in to change notification settings - Fork 672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix 'incorrect screenshot path in report output ' (close #2726) #2853
Conversation
❌ Tests for the commit bd3ba00 have failed. See details: |
❌ Tests for the commit 7e3f14c have failed. See details: |
✅ Tests for the commit f42ae04 have passed. See details: |
@AndreyBelym FPR |
var config = require('../../../../config'); | ||
var assertionHelper = require('../../../../assertion-helper'); | ||
const { expect } = require('chai'); | ||
const { sync: globby } = require('globby'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we don't need globby
anymore, because we can just use globs in runner.src
.
✅ Tests for the commit 692ceff have passed. See details: |
) (DevExpress#2853) * fix 'incorrect screenshot path in report output ' (close DevExpress#2726) * fix tests - 1 * fix test * fix tests 3 * remove globby
@AndreyBelym