diff --git a/404.html b/404.html index 23e0c828bc6..7ad57d56ad9 100644 --- a/404.html +++ b/404.html @@ -6,7 +6,7 @@
ng e2e
When adding schematics to your project you can to provide following options:
-Option | Description | Value | Required |
---|---|---|---|
--testRunner | The testing framework to install along side Puppeteer. | "jasmine" , "jest" , "mocha" , "node" | true |
Option | Description | Value | Required |
---|---|---|---|
--test-runner | The testing framework to install along side Puppeteer. | "jasmine" , "jest" , "mocha" , "node" | true |
Puppeteer Angular Schematic exposes a method to create a single test file.
ng generate @puppeteer/ng-schematics:test "<TestName>"