Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshnsears committed Jan 29, 2019
1 parent bb96012 commit f44013c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,4 +3,5 @@ coverage
dist
node_modules
reports/**
reports/chrome.*.xml
test-report.xml
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -51,7 +51,9 @@ or
* node_modules/@angular/cli/bin/ng serve --open --env=prod

### 6.1. Testing the .spec.ts files
* node_modules/@angular/cli/bin/ng test --watch=false
* node_modules/@angular/cli/bin/ng test --code-coverage --watch false

* visit: xqa-query-ui/coverage/index.html

### 6.1. Debug in VSC
* Debugger for Chrome extension installed.
Expand Down

0 comments on commit f44013c

Please sign in to comment.