CodeceptJS icon indicating copy to clipboard operation
CodeceptJS copied to clipboard

Supercharged End 2 End Testing Framework for NodeJS

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

#### What are you trying to achieve? I would like to organize files with steps by context, similar to [codeception](https://codeception.com/docs/07-BDD#Configuration): ```js "gherkin": { "features": "./features/*.feature", "contexts": { "default": ["./step_definitions/steps.js"], "tag":...

#### What are you trying to achieve? I am trying to use the AutoLogin feature to run multiple tests. #### What do you get instead? On the Second test it's...

#### What are you trying to achieve? I have 2 tags in my tests file : - @cit-mit - @cit-mit-subseq I'm trying to launch tests with @cit-mit tag only. ####...

stale

Bumps [electron](https://github.com/electron/electron) from 30.0.1 to 30.0.2. Release notes Sourced from electron's releases. electron v30.0.2 Release Notes for v30.0.2 Fixes Electron doesn't paint on offscreen-render mode after gpu process crashed. #41925...

dependencies
javascript

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 22.6.3 to 22.8.0. Release notes Sourced from puppeteer's releases. puppeteer-core: v22.8.0 22.8.0 (2024-05-06) Features webdriver: support page.setUserAgent for WebDriver BiDi (#12330) (1f99e66) webdriver: support ARIA selectors (#12315)...

dependencies
javascript

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.25.12 to 0.25.13. Release notes Sourced from typedoc's releases. v0.25.13 Features Added gitRevision:short placeholder option to --sourceLinkTemplate option, #2529. Links generated by TypeDoc will now default to...

dependencies
javascript

Hello, i've made a custom fonction to extend the I custom_steps.js ```js 'use strict'; module.exports = function () { return actor({ waitForLoading: function (seconds = 10) { this.waitForInvisible('div.loading', seconds); }...

I have two healers defined as follows: ```js heal.addRecipe('clickAndType', { priority: 1, steps: [ 'fillField', 'appendField', ], fn: async ({ step }) => { const locator = step.args[0]; const text...

#### What are you trying to achieve? Wait for the page to navigate to a certain URL and fail the test if it doesn't navigate within the defined timeout ####...

stale

Bumps [chai](https://github.com/chaijs/chai) from 5.1.0 to 5.1.1. Release notes Sourced from chai's releases. v5.1.1 What's Changed Set up ESLint for JSDoc comments by @​koddsson in chaijs/chai#1605 build(deps-dev): bump ip from 1.1.8...

dependencies
javascript