Skip to content

chore: Drop mocha#511

Merged
mykola-mokhnach merged 3 commits into
appium:masterfrom
mykola-mokhnach:rm-mocha
Jul 11, 2026
Merged

chore: Drop mocha#511
mykola-mokhnach merged 3 commits into
appium:masterfrom
mykola-mokhnach:rm-mocha

Conversation

@mykola-mokhnach

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread package.json Outdated
"test": "mocha --exit --timeout 1m \"./test/unit/**/*-specs.ts\"",
"e2e-test": "mocha --exit --timeout 1m \"./test/functional/**/*-specs.ts\"",
"test": "node --test --enable-source-maps --test-force-exit --test-timeout=60000 \"./build/test/unit/**/*.spec.js\"",
"e2e-test": "node --test --enable-source-maps --test-force-exit --test-concurrency=1 --test-timeout=300000 \"./build/test/functional/**/*.spec.js\"",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The timeout here is bumped from 1 minute to 5 minutes, is that okay?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it should be much higher. Unlike in mocha where timeout is set per test this timeout is set per whole suite, and e2e tests on simulator are slow

@mykola-mokhnach mykola-mokhnach merged commit 2b8cc59 into appium:master Jul 11, 2026
6 of 7 checks passed
@mykola-mokhnach mykola-mokhnach deleted the rm-mocha branch July 11, 2026 06:17
github-actions Bot pushed a commit that referenced this pull request Jul 11, 2026
## [15.10.9](v15.10.8...v15.10.9) (2026-07-11)

### Miscellaneous Chores

* Drop mocha ([#511](#511)) ([2b8cc59](2b8cc59))
@github-actions

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 15.10.9 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants