Clayton Neal

Results 25 issues of Clayton Neal

The examples for non root users do not work My setup: FROM cypress/included:6.2.1 RUN mv /root/.cache /home/node/.cache USER node WORKDIR /home/node then execute this with docker run -u node ......

Hello. Can the hub load java based keywords and expose them via the api to brackets editor? Thanks

The rpc spec says that there is a "from_block" property, but in reality this has to be called "fromBlock" Also the spec says that the page_size and page_number are their...

### Problem to solve I want to check that a jsonpath value is hexadecimal, and then convert it to decimal and use the regular ==, !=, etc. predicates on the...

enhancement
topic: filters

### Problem to solve when using jsonpath such as "$.result..hash" i will get a collection of hashes i want to assert that all values in the collection are equal to...

enhancement
topic: predicates

### Problem to solve When json response contains a string quoted float number, cannot use isFloat assertion ### Proposal add toFloat filter

enhancement
good first issue
topic: filters

The RunAll option isnt part of the documentation, but i saw it in the params It would be good when this is used there is some console output: - Which...

Add data-testid on source-card component and also disconnect button Tools like playwright can query the shadow dom on this attribute and easily click on VeWorld for example fixes: #220 reference:...

for tools like cypress/playwright could be good to add some id's to the modal wallet options for example to click on VeWorld is currently like: `await page.locator('div.modal-body button.card.LIGHT').first().click();` i.e. relying...

enhancement 🦾

**Describe the feature you'd like** Support markdown files stored in github using format: ``` code ``` format for code snippets

enhancement