-
-
Notifications
You must be signed in to change notification settings - Fork 742
Feat/esm #5045
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 4.x
Are you sure you want to change the base?
Conversation
* refactored mocha, implemented hooks * refactored mocha classes, added class hooks * fixed tests * fixed formatting * updated tests * workers fix * fixed def * fixed type definitions * refactored mocha classes * fixed bdd tests * added hook config * fixed lint * refactored tests --------- Co-authored-by: DavertMik <[email protected]>
Co-authored-by: DavertMik <[email protected]>
* Bump webdriverio to v9 * Adjust config * Adjust config * Remove options * Update chrome driver * Fix deprecations * Fix deprecations * Fix markup * Added condition * Fix more tests * Fix iFrame stuff * try to fix some wdio tests * try to fix some wdio tests * try to fix some wdio tests * try to fix some wdio tests * try to fix some wdio tests * try to fix some wdio tests * try to fix some wdio tests * try to fix some wdio tests * try to fix some wdio tests * try to fix some wdio tests * try to fix some wdio tests * try to fix some wdio tests * Try to fix popup test * Try to fix window size #resizeWindow * Another fix * Fix popup tests * Enable should be authenticated * Trigger Build --------- Co-authored-by: kobenguyent <[email protected]> Co-authored-by: kobenguyent <[email protected]>
* fixed regression in waitfortext * fixed wait test for wait for text * fixed retries for PW waitForText test --------- Co-authored-by: DavertMik <[email protected]>
* update to async/await style * update to async/await style
…4724) * Bump eslint to 9.1.15 and removed dep to eslint-config-airbnb-base * eslint ^9.17.0 * Re-added no-return-await
Co-authored-by: DavertMik <[email protected]>
#4713) * fixed pause finishing, added suggest for empty run, included fuse.js for better search * fixed test * updated plugins docs * improved unit tests setup * fixed interface test for CI mode * fixed on ci * added env variable config --------- Co-authored-by: DavertMik <[email protected]>
* improve the docker compose networks * improve the docker compose networks * improve the docker compose networks
* 3.7.0-beta.1 * added check command * added file * added debug for container, fixed check command * added support for custom config -c, added checks to workflows * fixed check command * added await for check --------- Co-authored-by: DavertMik <[email protected]>
* feat: soft assertion * update as hopeThat module in effects * fix: docs
* 3.7.0-beta.1 * added notes for test object, use notes for heal reports * added notes & metadata for tests, improved output * fixed styles in failing tests --------- Co-authored-by: DavertMik <[email protected]>
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.2 to 5.7.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.7.2...v5.7.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@codeceptjs/detox-helper](https://github.com/codeceptjs/detox-helper) from 1.1.4 to 1.1.5. - [Release notes](https://github.com/codeceptjs/detox-helper/releases) - [Commits](codeceptjs/detox-helper@v1.1.4...v1.1.5) --- updated-dependencies: - dependency-name: "@codeceptjs/detox-helper" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Convert all config files from CommonJS to ESM format - Fix JSDoc generation for ESM codebase - Update runok.cjs to convert ESM imports/exports to CommonJS for JSDoc compatibility - Fix TypeScript definition generation issues - Remove non-existent lib/within.js from JSDoc config - Fix codeceptjs reference in index.d.ts - All pre-commit hooks now pass successfully 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
|
|
|
Refactored to be fully ESM
Should be the base for 4.x branch