This website requires JavaScript.
Explore
Help
Sign in
Elgato_dark
/
console
Watch
1
Star
0
Fork
You've already forked console
0
mirror of
https://github.com/graphql-hive/console
synced
2026-04-25 16:37:16 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
663060e329
console
/
cypress
/
support
/
e2e.ts
6 lines
98 B
TypeScript
Raw
Normal View
History
Unescape
Escape
E2E testing (#685) Co-authored-by: Dimitri POSTOLOV <dmytropostolov@gmail.com> Co-authored-by: Laurin Quast <laurinquast@googlemail.com>
2022-12-02 10:12:07 +00:00
import
'./commands'
;
Adds e2e test for lab.prompt and use React to render the prompt (#6236)
2024-12-31 14:38:18 +00:00
Cypress
.
on
(
'uncaught:exception'
,
(
_err
,
_runnable
)
=
>
{
return
false
;
}
)
;
Reference in a new issue
Copy permalink