-
Hi Karma team,
I'm part of an Angular project for my organization with a CI:CD build running approx. 1260 unit tests. We run these unit tests as part of a nightly build.
Our builds run the foll…
-
Hi, I really like the idea of running jasmine specs without browser, especially when I need to run them on CI tool. So I'm trying to make it up and running but get error while running the specs
http:…
-
## Version **1.3.1** of **karma-jasmine-html-reporter** was just published.
Branch
Build failing 🚨
Dependency
karma-jasmine-html-…
-
jasmine-jquery is outdated.
-
From ['dependencies section'](https://github.com/velesin/jasmine-jquery#dependencies):
> jasmine-jquery is tested with jQuery 2.0 on IE, FF, Chrome, and Safari. There is a high chance
> it will work …
-
run `npm test`
it hangs here for a loooooong time:
```
> @esri/hub.js@6.1.2 test /Users/tom/code/hub.js
> npm run test:node && npm run test:chrome
> @esri/hub.js@6.1.2 test:node /Users/tom/…
-
After downloading Chrome version 117, I get this error when running tests:
> [INFO]
[INFO] --- jasmine-maven-plugin:3.0-beta-02:test (default) @ web ---
[INFO] Executing Jasmine Specs
[ERROR] Er…
-
Hello! First off, thank you for such an awesome web application framework. I'm writing this as the contribution guide says to "ask first before embarking on any significant pull request"
I was using …
-
package.json
```
{
"name": "test-app",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration …
-
**Summary**
We are getting an `Unhandled 'error' event` Node.js error when running Stryker-mutator in our GitLab pipeline.
- This is our pipeline build log, with some env secrets removed: [kvk-str…