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
FileSystemException: Cannot create file, path = 'ozzie/flutter/2020-04-23T20:15:31.726207-EfetuarLogin001.png' (OS Error: A sintaxe do nome do arquivo, do nome do diretório ou do rótulo do volume está incorreta.
The text was updated successfully, but these errors were encountered:
Because windows don't alow path file contains ":" the ozzie.takeScreenshot('imageName') cause error and don't create image.
test('initial counter is 0', () async { await ozzie.profilePerformance('counter0', () async { await driver.tap(loginInputFinder); await driver.enterText('thiago'); await ozzie.takeScreenshot('EfetuarLogin001'); }); });
FileSystemException: Cannot create file, path = 'ozzie/flutter/2020-04-23T20:15:31.726207-EfetuarLogin001.png' (OS Error: A sintaxe do nome do arquivo, do nome do diretório ou do rótulo do volume está incorreta.
The text was updated successfully, but these errors were encountered: