New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

uitest

Package Overview
Dependencies
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uitest - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

test/screenshot/aa.png

2

package.json
{
"name": "uitest",
"version": "1.1.3",
"version": "1.1.4",
"description": "uitest",

@@ -5,0 +5,0 @@ "keywords": [

@@ -15,3 +15,3 @@ # uitest

[coveralls-url]: https://coveralls.io/r/macacajs/uitest?branch=master
[node-image]: https://img.shields.io/badge/node.js-%3E=_0.10-green.svg?style=flat-square
[node-image]: https://img.shields.io/badge/node.js-%3E=_4.2-green.svg?style=flat-square
[node-url]: http://nodejs.org/download/

@@ -21,3 +21,3 @@ [download-image]: https://img.shields.io/npm/dm/uitest.svg?style=flat-square

> uitest
> uitest framework for Node.js based on Macaca

@@ -30,4 +30,59 @@ ## Installment

## Usage
Here is an example `test.html`
```html
<!DOCTYPE html>
<html>
<head>
<title>macaca mocha test</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./node_modules/mocha/mocha.css" />
</head>
<body>
<div id="mocha"></div>
<script src="./node_modules/mocha/mocha.js"></script>
<script src='./node_modules/uitest/uitest-mocha-shim.js'></script>
<script src="./node_modules/should/should.js"></script>
<script>
_macaca_uitest.setup({
ui: 'bdd',
timeout: 5000,
slow: 2000
});
</script>
<script>
describe('sample', function() {
beforeEach('init', function() {
});
it('#case_1', function() {
});
});
</script>
<script>
_macaca_uitest.run();
</script>
</body>
</html>
```
### Screenshots
```javascript
_macaca_uitest.screenshot(name[String], cb[Function]);
```
### Gulp
```shell
$ npm i gulp-uitest --save-dev
```
## License
The MIT License (MIT)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc