Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you add Nightwatch.js to the compare section? #232

Closed
hustcer opened this issue Aug 9, 2014 · 5 comments
Closed

Can you add Nightwatch.js to the compare section? #232

hustcer opened this issue Aug 9, 2014 · 5 comments
Labels
domain-documentation Related to Intern's documentation
Milestone

Comments

@hustcer
Copy link

hustcer commented Aug 9, 2014

Hi, Thanks for the great work!
Can you add Nightwatch.js to the compare section of intern homepage? We need some suggestions on choosing a testing framework. Thanks.

@csnover
Copy link
Member

csnover commented Aug 10, 2014

I’ll add something, but a couple of important comparisons: Nightwatch isn’t a unit testing framework. It is only a thing that lets you run functional tests. Intern does both. Nightwatch also does not fix cross-platform defects in Selenium drivers, unlike Intern/Leadfoot, which fixes tens of defects across the different drivers to provide a consistent testing experience.

@hustcer
Copy link
Author

hustcer commented Aug 10, 2014

Thanks a lot.

@csnover
Copy link
Member

csnover commented Aug 10, 2014

Here are the results, the Web site will be updated on Monday:

Feature Intern Nightwatch.js
Includes unit testing Yes No
Includes functional testing Yes Yes
Code coverage analysis Yes No
True browser events Yes Yes
Native AMD support Yes No
Stand-alone browser support Yes No
Node.js support Yes No
Source map support Yes No
Any assertion library Yes No
Default test interface TDD, BDD, object Object
Extensible test interfaces Yes Commands only
Extensible reporters Yes No
Asynchronous support Promises Callbacks
Selenium support Yes Incomplete
Fixes Selenium bugs Yes No
Tests native mobile apps Yes Yes
Built-in CI support Yes Partial
Built-in Sauce Labs integration Yes No
Built-in BrowserStack integration Yes No
Built-in TestingBot integration Yes No
Built-in Travis CI integration Yes No
Grunt support Yes 3rd party

@csnover csnover closed this as completed Aug 10, 2014
@csnover csnover added this to the 2.1 milestone Aug 10, 2014
@csnover
Copy link
Member

csnover commented Aug 11, 2014

The Web site update is live now.

@hustcer
Copy link
Author

hustcer commented Aug 11, 2014

Great! Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain-documentation Related to Intern's documentation
Projects
None yet
Development

No branches or pull requests

2 participants