Kushal

Results 5 issues of Kushal

let's say I execute **https://jsonplaceholder.typicode.com/posts/21/comments**; then it should return all the comments related to postId 21, instead it returns all the 500 comments. Another endpoint **/comments?postId={id}** is working as expected

For My example below: ------------------------------------- var Parallel = require('paralleljs'); var _ = require('lodash'); let data = { "a":{"id":1}, "b":{"id":2}, "c":{"id":3}, "d":{"id":4} }; for(let i in data){ const p = new...

### Current behavior On launching cypress test with **npx cypress open --browser chrome** command still asks user to choose a browser Also, on this screen, when the user chose a...

type: enhancement
type: feature
good first issue
stage: backlog
epic:ui-ux-improvements
v10.0.0 :bug:
priority: high
E2E

How to get heroku port number? How to specify on which this app runs on? Like in folowing example present on https://deno.land import { serve } from "https://deno.land/[email protected]/http/server.ts"; const s...

-- added methods to support addStepLog,addStepScreenCaptureFromPath,setSystemInfo,setTestRunnerOutput Changes are made as per suggestions of @thomasdeurloo on following issue: https://github.com/extent-framework/extentreports-cucumber4-adapter/issues/24