nightwatchjs/nightwatch

Integrated end-to-end testing framework written in Node.js and using W3C Webdriver API. Developed at @browserstack

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 34 minutes ago
Added to GitGenius on September 5th, 2026
Created on March 17th, 2012
Open Issues & Pull Requests: 334 (+0)
GitHub issues: Enabled
Number of forks: 1,394
Total Stargazers: 11,957 (+0)
Total Subscribers: 241 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.0 days
Mean response time: 74.6 days
90th percentile: 191.3 days
Tracked items: 97

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 70% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 2% of issues opened in the past year have been closed. Three people close 79% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 64
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 865 days
Stale 30+ days: 63
Stale 90+ days: 59

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (22)
  • bug (10)
  • good first issue (8)
  • hacktoberfest (4)
  • documentation (3)
  • p2 (3)
  • complexity: low (2)
  • complexity: medium (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Nightwatch is an integrated end-to-end testing framework written in Node.js that uses the W3C Webdriver API.

Nightwatch addresses the need for a unified testing solution that goes beyond traditional end-to-end testing. It works by providing a Node.js-based framework that communicates with browsers through the W3C Webdriver standard, enabling developers to write and execute tests against web applications. The framework handles browser automation, test execution, and result reporting through a single integrated system.

Teams should consider Nightwatch if they need to test web applications, components in isolation, or native mobile applications on Android and iOS. The tool suits projects where developers want a single framework for multiple testing types including unit tests, component testing, visual regression testing, accessibility testing, and API testing. It is particularly valuable for teams already working in Node.js environments who want to avoid managing multiple testing tools. The framework includes built-in support for testing on simulators, real mobile devices, or cloud grids, and provides component testing capabilities for React, Vue, Storybook, and Angular.

The project maintains active development with regular updates and discussions. The codebase shows ongoing refinement of core testing capabilities and developer experience features. The team has invested in comprehensive documentation and example projects to support adoption. The framework receives consistent attention to stability and test reliability, with particular focus on reducing flaky test results.