You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today I added cypress-split to my Github Action. I works great, however I believe there is a small bug.
If the duration of tests change, the timings.json file is updated.
The only issue is, that the new duration is not a rounded value, but instead has a lot of decimal places.
In the CI run output the values are rounded.
The values where also rounded when the CI created the timings.json file on the first run.
The text was updated successfully, but these errors were encountered:
Once the timing data is merged, the result is not rounded.
However there is a more basic issue, as mentioned in #309. Each worker should only export the timings for the files it has run.
Otherwise merging the timings by using an average is resulting in a false result.
Today I added cypress-split to my Github Action. I works great, however I believe there is a small bug.
If the duration of tests change, the timings.json file is updated.
The only issue is, that the new duration is not a rounded value, but instead has a lot of decimal places.
In the CI run output the values are rounded.
The values where also rounded when the CI created the timings.json file on the first run.
The text was updated successfully, but these errors were encountered: