Skip to content
Snippets Groups Projects
Commit b0cf283f authored by hollum's avatar hollum
Browse files

cypress init

parent 91beab12
No related branches found
No related tags found
No related merge requests found
Pipeline #160002 passed
{}
describe("Simple test", () => {
it("Works", () => {
expect(true).to.equal(true)
})
})
This diff is collapsed.
......@@ -5,7 +5,8 @@
"description": "A sample Apache Cordova application that responds to the deviceready event.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"cypress": "cypress open"
},
"keywords": [
"ecosystem:cordova"
......@@ -17,7 +18,8 @@
"cordova-browser": "^6.0.0",
"cordova-plugin-camera": "^4.1.0",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-whitelist": "^1.3.4"
"cordova-plugin-whitelist": "^1.3.4",
"cypress": "^9.5.1"
},
"cordova": {
"plugins": {
......@@ -32,4 +34,4 @@
"android"
]
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment