Skip to content

Commit

Permalink
chore(core): replace phantomJS with ChromeHeadless
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelo-portugal authored and mportuga committed Jan 23, 2023
1 parent 19475ea commit 3697200
Show file tree
Hide file tree
Showing 6 changed files with 743 additions and 290 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ By default `grunt dev` will start several karma background watchers that will ru
> grunt dev --angular=1.5.11,1.6.7
You can also use the `--browsers` specify what browsers to test with (PhantomJS is the default).
You can also use the `--browsers` specify what browsers to test with (ChromeHeadless is the default).
> grunt dev --browsers=Chrome
Expand All @@ -143,7 +143,7 @@ The `karmangular` task runs tests serially against multiple browsers (it is used
# Run tests against all available versions of Angular on Chrome
> grunt karmangular --browsers=Chrome
# Run tests with a couple versions of Angular against the default PhantomJS browser
# Run tests with a couple versions of Angular against the default ChromeHeadless browser
> grunt karmangular --angular=1.5.11,1.6.7
## SauceLabs
Expand Down
3 changes: 1 addition & 2 deletions grunt/clean.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ module.exports =
// Clean the temp directory
['.tmp', '<%= dist %>', 'docs', 'coverage',
'packages/*/.npmignore', 'packages/*/LICENSE.md',
'packages/*/css', 'packages/*/js', 'packages/*/*.js',
'packages/*/webpack.config.js']
'packages/*/css', 'packages/*/js', 'packages/*/index.js']
;
Loading

0 comments on commit 3697200

Please sign in to comment.