Przemek Sech
Przemek Sech
I am receiving `error: unknown option --silent` when running `npm run cy:run` env-cmd: v9.01 Node: v10.4.1 npm: v6.1.0 shell: zsh ## package.js ``` "cy:prerun": "rm -rf ./tests/cypress/cypress/screenshots ./tests/cypress/cypress/videos", "cy:run": "npm...
`func.apply(this, values[i]);` causes Possible strict violation in strict mode. Function itself, doesn't provides "this" in strict mode.
**Details:** VS: 2015 Professional Update 3 R#: 10.0.2 Ultimate Xunit: 2.1.0 **The issue:** I have got custom attribute like ``` public class SmokeTestAttribute : CategoryTraitAttribute { public SmokeTestAttribute() : base("Smoke")...