Roaders / ts-command-line-args

A typescript wrapper for command-line-args that allow you to generate config from existing TS interfaces
26 stars 11 forks source link

Intermittently seeing index.html that can't be interacted with #36

Closed michaeljgraf closed 1 year ago

michaeljgraf commented 1 year ago

Hi there, I'm not sure if this has ever been observed or not but I'm Intermittently seeing that the index.html report file isn't responsive to page interactions, such as changing between the tests that have been run in the left side pane or even swapping between the baseline, current, diff, and cycle a/b options in the report.

Corresponding to this seems to be differently generated js within the index.html file. Attached are small repositories with index.html files that work and one that doesn't work. working.zip notworking.zip

I'm using node v18.14.2 (though I also observed this on node 16) I'm using npm 9.5.0 I'm using an M1 mac with MacOS 13.2

I don't have much experience with these types of things, so I'm unsure if there is further troubleshooting info that would be relevant that would be useful for me to provide. If so please let me know.

Thanks in advance