Artem Zakharchenko

Results 19 comments of Artem Zakharchenko

This issue has been moved to `dredd` as a part of preparations to move `dredd-transactions` into Dredd's monorepo.

Build setup and tests are adopted, it's left to rewrite a few basic modules in TypeScript.

Bump in `eslint-config-airbnb-base` includes a breaking change, specifically certain ESLint rules that were nor set before. Those newly presented rules cause `quality-checks` job to fail on CircleCI. Certain rules are...

Do I get it correctly that it's about extending this conditional skipping in `TransactionRunner`? https://github.com/apiaryio/dredd/blob/f7e5ee45bccd1097a65c68884cfefff250a859ca/packages/dredd/lib/TransactionRunner.js#L344-L355 Can we assert that the API description document is OpenAPI 3 by checking: ```yml openapi:...

We should always operate with a clean `prepack-symlinks.log` file when running the `prepack` script. If `prepack`/`postpack` fails we are risking of being left with a malformed symlinks log file that...

I'm not sure if that's the best way to write such test. I haven't found an example of integration test in Dredd that would test multiple responses (with actual bodies).

@kylef, could you please look at this and verify if such test on Dredd side makes sense?

@honzajavorek could you please share more technical background on this? I used to think error originates from a test assertion, and failure indicates any kind of test-unrelated exception happening during...

With the `[email protected]` it should be possible to use root-level inferred schema based on the given array body. You can see the [test suite](https://github.com/apiaryio/gavel.js/blob/03991995ce0018523170035a6a77afdc7eacb693/test/regression/json-inferred-array.test.js) for the spec and usage example....

Per @kylef's suggestion: > AJV takes `unknownFormats` set that to "ignore"