Fabio Santoro

Results 8 issues of Fabio Santoro

I would simply write something like the following( i%2 returns true for odd numbers): ``` javascript // Setup var myArray = []; for (var i=1; i

`Context:` While deploying a multi pipeline with a single stack that will independently deploy FE and BE ECS services (under the same ALB) we noted the following issue. `Issues:` Resources...

Hey there, you should change the code in order to cover this requirement: **if prop is "tracks" but the album doesn't have a "tracks" property, create an empty array before...

### Context Hi, I have instrumented the code using the following command: ``` npx nyc instrument --compact=false src instrumented ``` and to be practical I have moved the instrumented folder...

Hi, I am experiencing the following error running one of my test suites. **Command:** mocha-parallel-tests --opts ./mocha.opts --max-parallel 5 --slow 50 **mocha.opts content as follows** --reporter mocha-jenkins-reporter --timeout 300000 --require...

I can't see to make it work with jest-playwright-preset

Hi there, I noticed that the outputted metrics are significantly different from the browser inbuilt one, why is that(am I doing anything wrong)? test: ``` import { chromium } from...

Hi, I’m new to this and not entirely sure if this is the right place for my question, so any guidance is appreciated. We have a basic authentication (HTTPS) endpoint...

enhancement