Closed whimboo closed 5 years ago
Please checkout [this commit] in 2019, will merge to master later.(https://github.com/youtube/js_mse_eme/commit/ac486eccd4946563827e251fd33c72f2a8c3caf7)
@jiaqzhao this is amazing news! Thanks for adding the range feature for selecting the tests! Do you know when this will be available on the live site? We were told to get the latest source from there instead of this repository. But maybe we should rely on the latest code as landed on the 2019 branch?
I believe this is available on the live site too.
It actually is, thanks!
All test selection related options like
tests
, andexclude
should accept a range of tests. This would help a lot in reducing the amount of values to give for eg. running allPlayback Performance
tests:Currently: https://ytlr-cert.appspot.com/2019/main.html?test_type=playbackperf-test&raptor=true&command=run:3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20
Proposal: https://ytlr-cert.appspot.com/2019/main.html?test_type=playbackperf-test&raptor=true&command=run:3-20
Also allowing individual chunks would be nice:
Proposal: https://ytlr-cert.appspot.com/2019/main.html?test_type=playbackperf-test&raptor=true&command=run:3-20,34,81-89