Aziz Gazanchiyan
Aziz Gazanchiyan
During our test runs some of tests might produce some artifacts, like screenshots, logs, etc. Since VSTest supports attachments, I wonder if it would be possible to add this feature...
We are using Azure DevOps for our CI/CD, and report our test results using JUnit reporter for now. But this reporter is very limited in functionality - it cannot deliver...
Currently, the `conventional-changelog-conventionalcommits` preset filters out references that already appear in `issues`: https://github.com/conventional-changelog/conventional-changelog/blob/bfe3bf1c49d4a125474b398b2d304749fd3b56c7/packages/conventional-changelog-conventionalcommits/writer-opts.js#L146-L153 The problem is that sometimes references can include duplicate items, which is not handled, but can be...
## Description We are using Spline widget with `timeseries` to display some data within a date range. We are also using `culling: { max: 5 }` to limit the amount...
## Description Bar chart data is NOT ordered as provided, despite setting ``order`` parameter to ``null`` ## Steps to check or reproduce Have a simple bar chart ```javascript var chart...
- Operating System: Windows 10 - Node Version: v14.9.0 - NPM Version: 6.14.8 - webpack Version: 4.44.1 - postcss-loader Version: 4.0.0 ### Expected Behavior I have `postcss.config.js` file in the...
Here is the scenario: * User authorizes once, the data gets stored in session storage. * Without closing the browser, user reloads the application. Now, since the `automaticSilentRenew` is `true`...
Every time I install bundle-buddy-webpack-plugin, it adds a ``webpack-defaults`` script to my package.json, which I don't want. How could I avoid this behavior?
We run PW tests using Azure DevOps, and there is only one compatible reporter we can use so far, is JUnit. It works fine, except that it doesn't write the...
1. Installed ``node-voo`` globally ``` npm i node-voo -g ``` 2. Set NODE_OPTIONS as described in documentation ``` set NODE_OPTIONS=-r node-voo node ``` And now every ``npm`` run fails with...