Powiadomienia
Wyczyść wszystko
BugOverflow
1
Wpisy
1
Użytkownicy
0
Reactions
1,148
Widoki
0
05/10/2020 11:17 am
Rozpoczynający temat
help
1 odpowiedź
0
05/10/2020 11:27 am
Rozpoczynający temat
1. solution
edit testsDuskTestCase.php and disable headless mode
$options = (new ChromeOptions)->addArguments([
// '--disable-gpu',
// '--headless',
'--window-size=1920,1080',
]);
now add pause(99999) to any test
$browser->visit(route('auth.user.profile',$user))
->press('Save')
->storeSource('analiza.html')
->pause(999999)
