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
@WalnutIT sorry, but I do not have a Windows machine to test your case, please specify example of your file_path.
According to the code it should skip 'loading', actually there is a test Ignore "loading" tests to ensure that it is working. Also, it checks path via name.startsWith('loading /'). So, if it is a Windows machine there can be a different path, like C:/Program..., and validation if (name.startsWith('loading /')) { will not work.
It would be awesome, if you will find a way to define if there is a Windows or Unix path and implement it in a pull-request ;)
Hi,
at first good tool. Thanks for that. :)
Just recognized right now, that 'loading' is not ignored and counted as passed test.
I want to show you an example.
Output from my machine.log:
{"test":{"id":28,"name":"loading <file_path>","suiteID":27,"groupIDs":[],"metadata":{"skip":false,"skipReason":null},"line":null,"column":null,"url":null},"type":"testStart","time":1810}
Output after running flutter pub global run dart_dot_reporter machine.log:
. loading <file_path>
Hint:
I just replaced the name of the file path with a place holder.
I think the issue is, that my pathes are absolute (I am running it locally on my windows machine).
The text was updated successfully, but these errors were encountered: