docs: use sapper/cypress for e2e testing

This commit is contained in:
Eric Liu 2020-07-19 11:41:15 -07:00
commit ccdf6af78d
36 changed files with 4373 additions and 26 deletions

BIN
docs/static/favicon.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

BIN
docs/static/logo-192.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
docs/static/logo-512.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

20
docs/static/manifest.json vendored Normal file
View file

@ -0,0 +1,20 @@
{
"background_color": "#161616",
"theme_color": "#0f62fe",
"name": "Carbon Components Svelte",
"short_name": "Carbon Svelte",
"display": "minimal-ui",
"start_url": "/",
"icons": [
{
"src": "logo-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "logo-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}