-
**Environment**
- CLI: 7.1.1
- Cross-platform modules:
- Android Runtime: 7.0.1
- iOS Runtime: JSC
- XCode Version: 12.3
- Plugin(s): See below
- NativeScript-Angular: ~10.1.7
- Angula…
-
I get no notification on error on OS X 10.9.2 and grunt-notify 0.2.20.
My `package.json`:
``` json
{
"name": "polona-gui",
"version": "2.1.0-pre",
"devDependencies": {
"connect-m…
mgol updated
10 years ago
-
Hi Guys,
I've tries to use PhantomJS on Karma / AnagularJS and got the following error:
`
PhantomJS 2.1.1 (Windows 8 0.0.0) ERROR
TypeError: useValue,useFactory,data is not iterable!
at h…
-
I'm using v1.0.0 of the launcher, v0.13.22 of Karma and v2.1.1 of PhantomJS. I'm running Windows 10 64-bit and Node v4.4.5.
Whenever I set `exitOnResourceError` to `true` in the `phantomjsLauncher` o…
-
## Summary
Tests are running slower on the launched chrome browser
## Steps to reproduce
1. git clone https://github.com/pluralsight-projects/SampleKarmaJasmineProject.git
2. Run `yarn && yarn…
-
## Issue:
I wanted to get a report on both the console and in an output folder. However, when I add `type: 'html'`, the tests goes into infinite loop.
Karma.config.js:
```
files: [
{patt…
cvlos updated
5 years ago
-
Gruntfile.js
``` javascript
module.exports = function (grunt) {
'use strict';
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
karma: {
options: {
…
-
0 info it worked if it ends with ok
1 verbose cli [ 'D:\node.exe',
1 verbose cli 'D:\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'install' ]
2 info using npm@2.15.9
3 info using node@v4.6.0
4 …
-
I'm trying to set up some automated tests with Karma, and want to run tests against my IE VMs.
Currently it's very basic, with only one test checking if `true` equals `true`.
Even in this very basic…
-
Having the ability to let Karma create dedicated Xvfb displays for launched browsers would be quite valuable.
See also:
- karma-runner/karma-chrome-launcher#20
- https://github.com/proxv/node-xvfb
- …