Skip to content

louiscklaw/QA_test_scripts

 
 

Repository files navigation

LYNKED_QA_project

repo to host test scripts

directory structure

<REPO_ROOT>
└── tests
    ├── admin                  # test /admin/
    ├── lang
    ├── lib
    ├── manage                 # test /manage/
    ├── self_test
    ├── smoke
    └── UI_test                # test /food/, lineup

Reports

To run / develop

1. Test pages logics

$ pipenv install --dev
$ build.sh

2. run test on device emulation

  1. start a client appium

    1. start a Pixel 4 phone on emulator-5554 (client_device, appium port 4723, 1080x2280)
    2. $ scripts/appium-client.sh
  2. start a restaurant appium

    1. start a Android Tablet device on emulator-5556 (restaurant_device, appium port 5723, 1536x2048)

    2. $ scripts/appium-restaurant.sh

Test descriptions:

Test network design:

test network/distribution

Test sites:

sources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.3%
  • HTML 42.0%
  • Shell 1.4%
  • CSS 1.3%