0.4.0 • Published 5 years ago

ngcli-wallaby v0.4.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

Requirement

  • Angular CLI Version 8+

Getting Started With ngcli-wallaby Schematics

This schematics will let you setup wallaby.js testing environment by simply run following command.

ng add ngcli-wallaby

After running ng add ngcli-wallaby command, it will do following things.

  • Add the wallaby.js config file to the project.
  • Run npm install wallaby-webpack --save-dev.

In default setup, it uses Chrome (headless) runner as default runner instead electron. If you want to use electron, you can manually change it back by changing the env setting to env: {kind: 'electron'}, and run npm i electron

In this version, it only works on simple angular project. If you are using multi projects structure, this schematics will not work. Please be attantion to that.

Nrwl Nx project

Removed (2019/8/17)

Credit

Thanks to TomWhiteOmni.

Reference

0.4.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.17

6 years ago

0.2.16

6 years ago

0.2.15

6 years ago

0.2.14

6 years ago

0.2.13

6 years ago

0.2.12

6 years ago

0.2.11

6 years ago

0.2.10

6 years ago

0.2.9

6 years ago

0.2.8

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

1.0.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago