Socket
Socket
Sign inDemoInstall

generator-atdd-web-front-end

Package Overview
Dependencies
170
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    generator-atdd-web-front-end

Yeoman generator to create the ATDD structure for a web application


Version published
Weekly downloads
4
increased by300%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Usage

This generator is to help you to get started with ATDD. More informations, options, parameters in A/A ATDD Training Videos

Install

Install required tools yo and generator-atdd-web-front-end:
npm install -g yo generator-atdd-web-front-end

Run

Go to the root of your web application:
cd application-name
Run yo atdd-web-front-end, and specify the port where your app is running:
yo atdd-web-front-end
Run your app and then start the atdd script:
- npm run start (or whatever command you use to start your app)
- npm run test:atdd (In a separate terminal)

Keywords

FAQs

Last updated on 19 May 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc