Skip to content

[Feature] Add one-click test runner scripts for API and UI tests#18

Merged
JunchenMeteor merged 2 commits into
JunchenMeteor:mainfrom
ConnorQi01:dev/v-peq/runner_scripts
Apr 28, 2026
Merged

[Feature] Add one-click test runner scripts for API and UI tests#18
JunchenMeteor merged 2 commits into
JunchenMeteor:mainfrom
ConnorQi01:dev/v-peq/runner_scripts

Conversation

@ConnorQi01

@ConnorQi01 ConnorQi01 commented Apr 28, 2026

Copy link
Copy Markdown
Contributor

Summary

Add shell and batch scripts to run API/UI tests with a single command.

Changes

  • run_api.sh / run_api.bat — run API tests and open Allure report
  • run_ui.sh / run_ui.bat — start Appium, run UI tests (serial), stop Appium, open Allure report

Test Plan

  • Run ./run_api.sh and verify API tests execute and report opens
  • Run ./run_ui.sh and verify Appium starts, tests run, Appium stops

Closes #17

@JunchenMeteor
JunchenMeteor merged commit fc31a03 into JunchenMeteor:main Apr 28, 2026
1 check passed
@JunchenMeteor JunchenMeteor added the good first issue Good for newcomers label Apr 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

good first issue Good for newcomers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Add one-click test runner scripts for API and UI tests

2 participants