CodeceptJS icon indicating copy to clipboard operation
CodeceptJS copied to clipboard

Supercharged End 2 End Testing Framework for NodeJS

Results 310 CodeceptJS issues
Sort by recently updated
recently updated
newest added

#### What are you trying to achieve? Hello, I'm trying to run E2E tests using a combination of CodeceptJS + WebDriverIO and Browserstack. Since the test needs to be run...

stale

#### What are you trying to achieve? I'm trying to get step by step report. #### What do you get instead? `records.html` file is missing in the output folder. It...

stale

## Motivation/Description of the PR This is a second part of config name consistency of https://github.com/codeceptjs/CodeceptJS/pull/3195 This PR changes only docs files as described in previous PR ## Type of...

#### What are you trying to achieve? we try to get `cli report` about failing scenario [its only work without retry()] ![image](https://user-images.githubusercontent.com/39582300/162142263-7f045498-1038-41ef-8654-5bf281652fd6.png) #### What do you get instead? as soon...

https://github.com/codeceptjs/CodeceptJS/blob/29c9fc942ae43996da2c469308afbb8b99ceeda1/lib/utils.js#L82 This should check if the property is a getter before trying to access it otherwise the getter gets invoked twice here. ```Typescript const Helper = require('@codeceptjs/helper'); class MyHelper extends...

stale

#### What are you trying to achieve? Trying to upgrade existing system to latest codeceptjs versions. Selectors are working fine in 3.0.x versions, but after update tests fails with an...

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...

I want to be able to add value and order parameters to before/after hooks. And values in before/after hooks should be triggered from tags in bdd scenarios. To execute a...

stale

#### What are you trying to achieve? For the Step-By-Step Report, I'm trying to set the screenshots to be output in a custom location. #### What do you get instead?...

stale

#### What are you trying to achieve? We're trying to understand what's causing the intermittent issue where we are getting 'undefined' #### What do you get instead? We’ve been having...