CodeceptJS
CodeceptJS copied to clipboard
Supercharged End 2 End Testing Framework for NodeJS
#### Description When you try to run hook methods (for example `BeforeSuite`) before using the `Feature` function, it will silently get skipped over without any output. It would be nice...
#### What are you trying to achieve? I want to run a parametrized test with all parameters, while pausing the test on fail #### What do you get instead? After...
Hi. I'm trying to use persistent browser state with Puppeteer so multiple scenarios can be run without browser restarts between them. Since all other tests are arranged with the default...
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',...
#### What are you trying to achieve? call this url by selenium via webdriver: https://host.docker.internal:8000/payroll/#company/1-250|project|projectViewState/{%22type%22:%22event%22,%22date_range%22:%221%20WEEK%22,%22eventid%22:1,%22eventdb%22:250,%22regularcheckin%22:true}|listViewOpen/2-250 #### What do you get instead? but this got sent instead (|, { and }...
#### What are you trying to achieve? When testing a page which shows a popup on unload (`beforeunload` event), CodeceptJS fails if `restart: false` is set. The issue is not...
#### What are you trying to achieve? I would like to define a test timeout in order to prevent being stuck during the execution - native applications & websites can...
#### What are you trying to achieve? Running tests on the CI with minimum text output to the console #### What do you get instead? Though the tests pass the...
#### What are you trying to achieve? I have implemented script used strict locator "className" with value is "xPath". **I think the test will be failed. But it passed.** Is...
#### What are you trying to achieve? I want to grab browser logs when some test failed, tests are run using command: `./node_modules/.bin/codeceptjs run-workers 2 --grep "@sometesttag" --plugins allure` And...