Skip to content

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

Merged
DudaGod merged 1 commit into
masterfrom
TESTPLANE-545.example_with_android
Jul 15, 2025
Merged

chore: add example on how to automate testing in android apps#1101
DudaGod merged 1 commit into
masterfrom
TESTPLANE-545.example_with_android

Conversation

@DudaGod

@DudaGod DudaGod commented Jun 19, 2025

Copy link
Copy Markdown
Member

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


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

Copy link
Copy Markdown
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

@pkg-pr-new

pkg-pr-new Bot commented Jun 19, 2025

Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown
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