-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Azure devops linux agent - Failing to read timings from timings.json #174
Comments
did you commit the timings file to the repo so it is there when it runs on CI? |
Yes, I did.
…On Tue, 28 Nov 2023, 00:14 Gleb Bahmutov, ***@***.***> wrote:
did you commit the timings file to the repo so it is there when it runs on
CI?
—
Reply to this email directly, view it on GitHub
<#174 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQS4AM2XX5NGRDJCYTBG56LYGUUGHAVCNFSM6AAAAAA74VMOBSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRYHA2DSNZVGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I removed the timings file from the repo and now I see this:
|
What is inside the timings.json file? |
File content example of the top two entries: |
Hi, thanks for making such a great package.
cypress: 12.17.4
cypress-split: 1.17.0
command: npx cypress run --browser chrome --env split=4,splitIndex=1,splitFile=timings.json,DEBUG=cypress-split
I have generated a timings.json file, but when attempting to read the timings in an azure devops pipeline on a linux build agent, it's getting the same time for every test. Example:
However, run locally on a Windows 11 machine using the same command it appears to work fine.
Would be great to get this working. Any suggestions much appreciated!
The text was updated successfully, but these errors were encountered: