codeceptjs
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -41,4 +41,4 @@ 'use strict'; | ||
this.options = config; | ||
if (!this.options.desiredCapailities) this.options.desiredCapailities = {}; | ||
this.options.desiredCapailities.browserName = config.browser; | ||
if (!this.options.desiredCapabilities) this.options.desiredCapabilities = {}; | ||
this.options.desiredCapabilities.browserName = config.browser; | ||
this.options.baseUrl = config.url; | ||
@@ -542,2 +542,2 @@ } | ||
module.exports = WebDriverIO; | ||
module.exports = WebDriverIO; |
{ | ||
"name": "codeceptjs", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Modern Era Aceptance Testing Framework for NodeJS", | ||
@@ -5,0 +5,0 @@ "homepage": "http://codecept.io", |
@@ -5,3 +5,3 @@ # CodeceptJs [![NPM version][npm-image]][npm-url] | ||
## Modern Era Aceptance Testing Framework for NodeJS | ||
## Modern Era Acceptance Testing Framework for NodeJS | ||
@@ -24,4 +24,4 @@ CodeceptJS is a new testing framework for end-to-end testing with WebDriver (or others). | ||
* **Synchronous**. You don't need to care about callbacks, or promises, test scenarios are linear, your test should be to. | ||
* Written from **user's perspecitve**. Every action is a method of `I`. That makes test easy to read, write and maintain even for non-tech persons. | ||
* backend **API agnostic**. We don't know which WebDriver implementation is running this test. We can easily switch from WebDriverIO to Protractor or PhantomJS. | ||
* Written from **user's perspective**. Every action is a method of `I`. That makes test easy to read, write and maintain even for non-tech persons. | ||
* Backend **API agnostic**. We don't know which WebDriver implementation is running this test. We can easily switch from WebDriverIO to Protractor or PhantomJS. | ||
@@ -37,6 +37,6 @@ Codeception uses **Helper** modules to provide actions to `I` object. Currently CodeceptJS has two helpers: | ||
CodeceptJS is a successor of [Codeception](http://codeception.com), a popoular full-stack testing framework for PHP. | ||
CodeceptJS is a successor of [Codeception](http://codeception.com), a popular full-stack testing framework for PHP. | ||
With CodeceptJS your scenario-driven functional and acceptance tests will be as simple and clean as they can be. | ||
You don't need to worry about asynchronous nature of NodeJS or about various APIs of Selenium, PhantomJS, Protractor, etc, | ||
as CodeceptJS unifies them and makes them work as they were sycnhronous. | ||
as CodeceptJS unifies them and makes them work as they were synchronous. | ||
@@ -263,3 +263,3 @@ ## Features | ||
CodeceptJS is in its early days. Any feedback, issues, and pull requests are welcome. Try i, and if you like it - help us make it better! | ||
CodeceptJS is in its early days. Any feedback, issues, and pull requests are welcome. Try it, and if you like it - help us make it better! | ||
@@ -266,0 +266,0 @@ ## License |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
77604
2084