codesurfer.io

Results 11 issues of codesurfer.io

env: macos 10.15.7, node v12.18.3, npm 6.14.6, yarn 1.22.10 steps: execute `create-expressjs-app init TestServer` given error: undefined given error: template can not be choosen from keyboard expected: installation complete without...

i want to add basic auth for get and post requests. I assume globalSetup() createWithAction() will be the right place, but i have no idea how to parse the information...

Documentation

I would love to see some documentation with an example of using a weight file correctely. Furthermore the multi-reporter-config.json file which pops up after execution is not documented at all.

documentation
question

For better understanding of the possible script options, it would be great to extend this section from README file 1. Add columns to script options table: 1.1 column to show...

documentation
enhancement

can you please provide a functioning example for generating a .pot file. I tried to execute the command with all necessary parameters: `i18next-conv --pot -l en -s 'path/to/file' -b 'path/to/file'...

bug

fix wrong command example from android to ios

`yarn add react-intl-po` `yarn rip json2pot 'src/translations/i18next.json' \ -o ./master.pot` i18next.json `{ "a": "b", "c": "d" } ` readAllMessageAsObjectSync() is returning map is not a function on valid srcPatterns When...

Investigate if the cypress middleware for http events can be added. Integrate those response information to the error message array.

discovery

in order to use the proper Enum export replace the alias export consoleType with ConsoleType. ([link](https://github.com/nils-hoyer/cypress-fail-on-console-error/blob/main/src/index.ts#L170))

delivery

When using FailOnConsoleError setConfig() it gives unexpected result. TestCase: set consoleTypes to 'info' and raise console.error() should pass the test. Given is it fails with console.error() Example Code: describe('shouldFailOnConsoleError', ()...