mirror of
https://github.com/chinchang/web-maker.git
synced 2025-04-04 10:52:43 +02:00
add fixture for JS and CSS libraries
This commit is contained in:
parent
675196bab3
commit
f6f3b5e536
cypress/fixtures
@ -1,5 +0,0 @@
|
||||
{
|
||||
"name": "Using fixtures to represent data",
|
||||
"email": "hello@cypress.io",
|
||||
"body": "Fixtures are a great way to mock data for responses to routes"
|
||||
}
|
38
cypress/fixtures/libraries.json
Normal file
38
cypress/fixtures/libraries.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"jsLibs": [
|
||||
{
|
||||
"urlPref": "https://code.jquery.com/jquery",
|
||||
"label": "jQuery"
|
||||
},
|
||||
{
|
||||
"urlPref": "https://ajax.googleapis.com/ajax/libs/angularjs/",
|
||||
"label": "Angular"
|
||||
},
|
||||
{
|
||||
"urlPref": "https://cdnjs.cloudflare.com/ajax/libs/react/",
|
||||
"label": "React"
|
||||
},
|
||||
{
|
||||
"urlPref": "https://cdnjs.cloudflare.com/ajax/libs/react-dom/",
|
||||
"label": "React DOM"
|
||||
},
|
||||
{
|
||||
"urlPref": "https://unpkg.com/vue/dist/vue.min.js",
|
||||
"label": "Vue.js"
|
||||
}
|
||||
],
|
||||
"csLibs": [
|
||||
{
|
||||
"urlPref": "https://cdnjs.cloudflare.com/ajax/libs/bulma/",
|
||||
"label": "Bulma"
|
||||
},
|
||||
{
|
||||
"urlPref": "https://cdnjs.cloudflare.com/ajax/libs/hint.css/",
|
||||
"label": "Hint.css"
|
||||
},
|
||||
{
|
||||
"urlPref": "https://cdn.jsdelivr.net/npm/tailwindcss/dist/tailwind.min.css",
|
||||
"label": "Tailwind.css"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user