Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

codeceptjs

Package Overview
Dependencies
Maintainers
1
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codeceptjs - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

6

lib/helper/WebDriverIO.js

@@ -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

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