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

Merged
merged 1 commit into from
Jul 15, 2025

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

const createdAlarmTimeSelector = 'android=new UiSelector().text("12:00 PM")';

describe("native", () => {
it("example", async ({browser}) => {
Copy link
Member

Choose a reason for hiding this comment

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

я бы тут написал понятный текст что именно здесь делается

@@ -0,0 +1,10 @@
describe("web", () => {
it("example", async ({browser}) => {
Copy link
Member

Choose a reason for hiding this comment

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

и здесь. Например, "gh-ссылка должна вести на репозиторий проекта"

@DudaGod DudaGod force-pushed the TESTPLANE-545.example_with_android branch from 510a041 to 856de2f Compare July 15, 2025 06:33
@DudaGod DudaGod merged commit 074dbf2 into master Jul 15, 2025
0 of 4 checks passed
@DudaGod DudaGod deleted the TESTPLANE-545.example_with_android branch July 15, 2025 06:35
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.

2 participants