UNPKG
@metamask/test-dapp
Version:
latest (9.4.0)
9.4.0
9.3.0
9.2.0
9.1.0
9.0.0
8.13.0
8.12.0
8.11.0
8.10.0
8.9.0
8.8.0
8.7.0
8.6.0
8.5.0
8.4.0
8.3.0
8.2.0
8.1.0
8.0.0
7.3.1
7.2.0
7.1.0
7.0.2
7.0.1
7.0.0
6.2.0
6.1.0
6.0.0
5.7.0
5.6.0
5.5.0
5.4.0
5.3.0
5.2.1
5.2.0
5.1.1
5.1.0
5.0.0
4.0.1
4.0.0
3.2.0
3.1.0
3.0.0
2.2.1
2.2.0
2.1.1
2.1.0
2.0.1
2.0.0
1.0.1
1.0.0
A simple dapp used in MetaMask e2e tests.
metamask.github.io/test-dapp
MetaMask/test-dapp
@metamask/test-dapp
/
dist
/
request.html
16 lines
(13 loc)
•
295 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<
html
>
<
head
>
<
meta
charset
=
"UTF-8"
/>
<
title
>
E2E Test Dapp - Send Individual Request
</
title
>
<
link
rel
=
"icon"
type
=
"image/svg"
href
=
"metamask-fox.svg"
/>
</
head
>
<
body
>
<
main
>
Initializing
</
main
>
<
script
src
=
"request.js"
defer
>
</
script
>
</
body
>
</
html
>