Kushal
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...
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