akiran / akiran/react-test-examples

Run react tests with gui browsers

Aperta
#2 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
JavaScript
Stelle
4
Fork
0
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

Can the tests in this repository be run with chrome (or) firefox...
I tried changing browers in karma.config.js as,
`browsers: ['chrome']`,
It throws error as,

```
WARN [launcher]: Can not load "chrome", it is not registered!
Perhaps you are missing some plugin?
```

Now i added plugins property to karma.config.js as,
`plugins: [ 'karma-chrome-launcher' ]`

It gives new error as,

```
/home/sk/ws/react/react-test-examples/node_modules/karma/node_modules/di/lib/injector.js:9
throw error('No provider for "' + name + '"!');
^
Error: No provider for "framework:jasmine"! (Resolving: framework:jasmine)
```

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.