jbrangwyn
jbrangwyn
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...
I removed the timings file from the repo and now I see this: `2023-11-28T09:50:27.1208371Z [1] cypress-split: Could not split specs by duration 2023-11-28T09:50:27.1214975Z [1] Could not find timings.json based on...
File content example of the top two entries: `{ "durations": [ { "spec": "cypress\\integration\\first.feature", "duration": 9859 }, { "spec": "cypress\\integration\\second.feature", "duration": 10935 } ] }` I created it by running...