{"_id":"nightwatch-helpers","_rev":"187993","name":"nightwatch-helpers","description":"custom assertions and commands for easier nightwatch tests","dist-tags":{"latest":"1.2.0"},"maintainers":[{"name":"yyx990803","email":""}],"time":{"modified":"2023-01-14T23:59:12.000Z","created":"2016-07-25T05:29:04.591Z","1.2.0":"2016-07-29T00:29:54.743Z","1.1.0":"2016-07-25T16:01:57.535Z","1.0.0":"2016-07-25T05:29:04.591Z"},"users":{},"author":{"name":"Evan You"},"repository":{"type":"git","url":"git+https://github.com/yyx990803/nightwatch-helpers.git"},"versions":{"1.2.0":{"name":"nightwatch-helpers","version":"1.2.0","description":"custom assertions and commands for easier nightwatch tests","main":"index.js","repository":{"type":"git","url":"git+https://github.com/yyx990803/nightwatch-helpers.git"},"keywords":["nightwatch","e2e","testing"],"author":{"name":"Evan You"},"license":"MIT","bugs":{"url":"https://github.com/yyx990803/nightwatch-helpers/issues"},"homepage":"https://github.com/yyx990803/nightwatch-helpers#readme","gitHead":"29024bc81e2a22cdf19e87cdf9fbb380f49929f9","_id":"nightwatch-helpers@1.2.0","scripts":{},"_shasum":"cdefeb7635074a141825a7b6d1b955b6d7810a0f","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"maintainers":[{"name":"yyx990803","email":""}],"dist":{"shasum":"cdefeb7635074a141825a7b6d1b955b6d7810a0f","size":1789,"noattachment":false,"key":"/nightwatch-helpers/-/nightwatch-helpers-1.2.0.tgz","tarball":"http://name.csiicloud.com:7001/nightwatch-helpers/download/nightwatch-helpers-1.2.0.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/nightwatch-helpers-1.2.0.tgz_1469752191950_0.6834061816334724"},"directories":{},"_cnpmcore_publish_time":"2021-12-20T11:58:07.892Z","publish_time":1469752194743,"_cnpm_publish_time":1469752194743},"1.1.0":{"name":"nightwatch-helpers","version":"1.1.0","description":"custom assertions and commands for easier nightwatch tests","main":"index.js","repository":{"type":"git","url":"git+https://github.com/yyx990803/nightwatch-helpers.git"},"keywords":["nightwatch","e2e","testing"],"author":{"name":"Evan You"},"license":"MIT","bugs":{"url":"https://github.com/yyx990803/nightwatch-helpers/issues"},"homepage":"https://github.com/yyx990803/nightwatch-helpers#readme","gitHead":"6d0da71abbf39f18e8a107c084ea61b2e8aa34c1","_id":"nightwatch-helpers@1.1.0","scripts":{},"_shasum":"5221e93d71eed3eefbb9aabeb829ae8717221a8f","_from":".","_npmVersion":"3.9.5","_nodeVersion":"6.2.2","_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"maintainers":[{"name":"yyx990803","email":""}],"dist":{"shasum":"5221e93d71eed3eefbb9aabeb829ae8717221a8f","size":1589,"noattachment":false,"key":"/nightwatch-helpers/-/nightwatch-helpers-1.1.0.tgz","tarball":"http://name.csiicloud.com:7001/nightwatch-helpers/download/nightwatch-helpers-1.1.0.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/nightwatch-helpers-1.1.0.tgz_1469462515437_0.5262416214682162"},"directories":{},"_cnpmcore_publish_time":"2021-12-20T11:58:07.789Z","publish_time":1469462517535,"_cnpm_publish_time":1469462517535},"1.0.0":{"name":"nightwatch-helpers","version":"1.0.0","description":"custom assertions and commands for easier nightwatch tests","main":"index.js","repository":{"type":"git","url":"git+https://github.com/yyx990803/nightwatch-helpers.git"},"keywords":["nightwatch","e2e","testing"],"author":{"name":"Evan You"},"license":"MIT","bugs":{"url":"https://github.com/yyx990803/nightwatch-helpers/issues"},"homepage":"https://github.com/yyx990803/nightwatch-helpers#readme","gitHead":"4303c483efc9b91b3e02acb5e9657555596ddae9","_id":"nightwatch-helpers@1.0.0","scripts":{},"_shasum":"e52c8a5e1fc73ec5fb0c34ded6c881c0d2eae5dd","_from":".","_npmVersion":"3.9.5","_nodeVersion":"6.2.2","_npmUser":{"name":"yyx990803","email":"yyx990803@gmail.com"},"maintainers":[{"name":"yyx990803","email":""}],"dist":{"shasum":"e52c8a5e1fc73ec5fb0c34ded6c881c0d2eae5dd","size":1306,"noattachment":false,"key":"/nightwatch-helpers/-/nightwatch-helpers-1.0.0.tgz","tarball":"http://name.csiicloud.com:7001/nightwatch-helpers/download/nightwatch-helpers-1.0.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/nightwatch-helpers-1.0.0.tgz_1469424542989_0.12700841599144042"},"directories":{},"_cnpmcore_publish_time":"2021-12-20T11:58:06.901Z","publish_time":1469424544591,"_cnpm_publish_time":1469424544591}},"readme":"# nightwatch-helpers\n\nCustom assertions and commands for easier Nightwatch tests.\n\n## Usage\n\n``` bash\nnpm install nightwatch-helpers --save-dev\n```\n\nIn your Nightwatch config:\n\n``` json\n{\n  \"custom_commands_path\": [\"node_modules/nightwatch-helpers/commands\"],\n  \"custom_assertions_path\": [\"node_modules/nightwatch-helpers/assertions\"]\n}\n```\n\n## What's Included\n\n### Assertions\n\n- count(selector, count)\n\n- attributePresent(selector, attr)\n\n- evaluate(fn, [args], [message])\n\n- checked(selector, expected)\n\n- focused(selector, expected)\n\n- hasHTML(selector, html)\n\n- notVisible(selector)\n\n### Commands\n\n- dblClick(selector)\n\n- waitFor(duration)\n\n- trigger(selector, event, [keyCode])\n\n- enterValue(selector, value)\n","_attachments":{},"homepage":"https://github.com/yyx990803/nightwatch-helpers#readme","bugs":{"url":"https://github.com/yyx990803/nightwatch-helpers/issues"},"license":"MIT"}