mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-01-19 03:42:52 +08:00
fb871d40e2
Updated cordova-ios tests dependency version to latest published Changed the tests to reflect the current scaling behavior Fixed a typo in manual test img.onloadend -> img.onload |
||
---|---|---|
.. | ||
CDVCameraTest | ||
CDVCameraTest.xcworkspace | ||
doc | ||
.gitignore | ||
package.json | ||
README.md |
iOS Tests for CDVCamera
You need to install node.js
to pull in cordova-ios
.
First install cordova-ios:
npm install
... in the current folder.
Testing from Xcode
- Launch the
CDVCameraTest.xcworkspace
file. - Choose "CDVCameraLibTests" from the scheme drop-down menu
- Click and hold on the
Play
button, and choose theWrench
icon to run the tests
Testing from the command line
npm test