Skip to content

chore: add example on how to automate testing in android apps #1101

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DudaGod
Copy link
Member

@DudaGod DudaGod commented Jun 19, 2025

Add example folder with automate testing in android apps (web, native and hybrid)

@@ -71,7 +71,9 @@ export class BrowserRunner extends Runner {
});
const runner = TestRunner.create(test, this.config, browserAgent);

runner.on(MasterEvents.TEST_BEGIN, (test: Test) => this.suiteMonitor.testBegin(test));
runner.on(MasterEvents.TEST_BEGIN, (test: Test) => {
this.suiteMonitor.testBegin(test);
Copy link
Member Author

Choose a reason for hiding this comment

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

code by prettier

Copy link

pkg-pr-new bot commented Jun 19, 2025

Open in StackBlitz

npm i https://pkg.pr.new/gemini-testing/testplane@1101

commit: 510a041

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant