quad5

Results 3 comments of quad5

`npx cypress run --config-file cypress/configs/desktopView.json --browser chrome --env grepTags=smoke,grepFilterSpecs=true,grepOmitFiltered=true` > for (const [key, value] of Object.entries(allUserTypes)) { describe(`xyz`, function() { before(function() { value().then(function(param) { somefunction() }) }) it('test 1', function()...

it('test 3', {tags: [SMOKE_TEST]}, function() {}

Hi, not sure if I did it right.