rebajz
rebajz
I will like use your html export in different language. Is it posible enable doing translate version? I mean for example: 1 features ( 1 fail ) 9 scenarios (...
When i add to my something.feature Scenario Outline (for example this ) Scenario Outline: Overeni prihlaseni - platne username a password When I fill in "frm-signInForm-username" with "" When I...
2x HIGH SEVERITY https://snyk.io/test/npm/codeceptjs
i use codecept.conf.js and when i run: npx codeceptjs run --override '{ "helpers": {"WebDriver": {"browser": "chrome"}}}' i got this message: Unexpected token h in JSON at position 2 SyntaxError: at...
hooks
1) I add hook to file codecept.conf.js as: exports.config = { hooks: ['./someHook.ts'], 2) from https://codecept.io/hooks/#custom-hooks I copy your example const event = require('codeceptjs').event; module.exports = function() { event.dispatcher.on(event.test.before, function...
CodeceptJS v3.1.3 I try create file with helper, thats contains: _beforeSuite() { console.log('This text must be before feature string, but is after feature string') } _beforeStep() { console.log('This text must...
I have installed last version of Codeceptjs. When i have in codecept.conf.js this line: tests: ['./tests/Typescript_Example_test.ts', './tests/Typescript_Example2_test.ts'], and run: codeceptjs run this working correctly. When I run: codeceptjs run ['./tests/Typescript_Example_test.ts',...
I have this method: public static async checkConsoleLog(callBack, ignoreErrorText?: string): Promise { let browserLog = await browser.manage().logs().get('browser'); let i = 0; let severeResults = []; let severeSortedArray; let severeFilteredArray; let...
if all tests in spec are passed, add green color to background in spec title, if contain some failed test, add red color to background. better orientation at a glance...
please add this new options for settings: set own name for app.js file set own name for combined.json set folder for support src file (folders assets, fonts and file app.js)...