feat: move away from allure #6
Annotations
2 errors and 1 notice
Run Tests:
src\assert.ts#L144
1) [firefox] › src\windowsNvda.spec.ts:168:15 › @windows @nvda Alert Example › Trigger an alert in reading mode › Using command sequence 'SPACE'
Error: Assertion "2:Role 'alert' is conveyed" failed. Unable to find phrase "alert" in spoken phrase log.
expect(received).toBeTruthy()
Received: false
at src\assert.ts:144
142 | `Assertion "${assertion}" failed. Unable to find phrase "${phrase}" in spoken phrase log.`
143 | )
> 144 | .toBeTruthy();
| ^
145 | }
146 | }
147 |
at assert (D:\a\aria-at-tests\aria-at-tests\src\assert.ts:144:8)
at D:\a\aria-at-tests\aria-at-tests\src\windowsNvda.spec.ts:184:13
|
Run Tests:
src\assert.ts#L144
1) [firefox] › src\windowsNvda.spec.ts:168:15 › @windows @nvda Alert Example › Trigger an alert in reading mode › Using command sequence 'SPACE'
Error: Assertion "Text 'Hello' is conveyed" failed. Unable to find phrase "Hello" in spoken phrase log.
expect(received).toBeTruthy()
Received: false
at src\assert.ts:144
142 | `Assertion "${assertion}" failed. Unable to find phrase "${phrase}" in spoken phrase log.`
143 | )
> 144 | .toBeTruthy();
| ^
145 | }
146 | }
147 |
at assert (D:\a\aria-at-tests\aria-at-tests\src\assert.ts:144:8)
at D:\a\aria-at-tests\aria-at-tests\src\windowsNvda.spec.ts:184:13
|
|
The logs for this run have expired and are no longer available.
Loading