简体   繁体   中英

Send mail when Laravel Dusk Test Failed

当特定的laravel黄昏测试失败时,如何执行功能或发送带有屏幕截图的邮件。

Override TestCase::captureFailuresFor() in DuskTestCase :

protected function captureFailuresFor($browsers) {
    parent::captureFailuresFor($browsers);

    // TODO
}

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM