Open
Bug 1852759
Opened 1 year ago
Updated 7 months ago
Create a crash test for bug 1850480
Categories
(Fenix :: UI Tests, enhancement, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: aaronmt, Assigned: aaronmt)
Details
Attachments
(1 file, 1 obsolete file)
We could add a crash test for bug 1850480 that would mirror the provided steps to reproduce and then assert the running app lifecycle [*].
[*] In Espresso, there’s no direct way to check if an app has crashed because the testing framework operates within the same process as the app being tested. This means that if the app crashes, the testing process will also be terminated, and you can’t catch an event or assert it in your test AFAIK.
Comment 1•1 year ago
|
||
Updated•7 months ago
|
Attachment #9383286 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•