Socket
Socket
Sign inDemoInstall

angular-testcafe-builder

Package Overview
Dependencies
173
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    angular-testcafe-builder

Angular builder for Testcafe


Version published
Weekly downloads
4
decreased by-33.33%
Maintainers
1
Install size
12.5 kB
Created
Weekly downloads
 

Changelog

Source

v1.0.5 (2019-1-7)

updated according to v1.0.0-alpha.1 of Testcafe

Readme

Source

angular-testcafe

A custom Angular builder for TestCafe. Serves the Angular application, and then runs the TestCafe tests.

Use in angular.json

{
  "projects": {
    "my-project-e2e": {
      "architect": {
        "e2e": {
          "builder": "angular-testcafe-builder:testcafe",
          "options": {
            "browsers": [
              "chrome --no-sandbox",
              "firefox"
            ],
            "src": "e2e/*.e2e-spec.ts",
            "host": "localhost",
            "port": "4200",
            "reporters": [
              {
                "name": "html",
                "outFile": "path/to/my/report.html"
              },
              {
                "name": "spec"
              }
            ]
          }
        }
      }
    }
  }
}

NOTE: check schema.json for a list of all options

NOTE: port/host is for Angular to be served on. ports are the ports for TestCafe to run on

build

npm run build

pack

npm pack

NOT Implemented (TODO):

  • remote browsers
  • --test argument
  • --test-grep argument
  • --test-meta argument
  • --fixture argument
  • --fixture-grep argument
  • --fixture-meta argument
  • QR code
  • tests

Keywords

FAQs

Last updated on 07 Jan 2019

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