Skip to content

znsio/getting-started-with-teswiz

Folders and files

NameName
Last commit message
Last commit date
Nov 21, 2024
Dec 27, 2024
Dec 27, 2024
Dec 27, 2024
Dec 27, 2024
Nov 6, 2024
Nov 15, 2021
Feb 1, 2025
Dec 27, 2024
Nov 12, 2024
Nov 12, 2024
Nov 12, 2024
Aug 4, 2023
Dec 27, 2024
Aug 26, 2024
Dec 27, 2024
Dec 27, 2024
Aug 26, 2024
Mar 17, 2022
Aug 14, 2023

Repository files navigation

getting-started-with-teswiz

This is a sample project to understand and start using teswiz

teswiz

GitHub stars PRs Welcome GitHub forks

Latest teswiz release status:

0.0.86 CI CodeQL

Latest successful teswiz build id:

Latest Commit

Step to start using tewiz in your project:

  • Clone/download the getting-started-with-teswiz repo
  • For the android apk, find the package and activity aapt dump badging src/test/resources/sampleApps/.apk | grep package aapt dump badging src/test/resources/sampleApps/.apk | grep activity
  • Create a copy of an existing configs file - ex: ./configs/myapp.properties Update APP_PACKAGE_NAME and APP_NAME, BASE_URL
  • Create a copy of an existing capabilities file - ex: ./caps/myapp_capabilities.json
    • Update android->app->local, android->appActivity and android->appPackage
  • Update src\test\resources\reportportal.properties file
  • Run the sample test

Additional information

Test execution using teswiz is highly configurable. This enables you to control what type of tests you want to execute, and where (environment, local/cloud), etc, without making changes to your code.

#f03c15 Breaking changes in teswiz v0.0.81 #f03c15

Refer to the breaking changes section in teswiz repo

Feature/Functional coverage from your test execution

Using teswiz for your automation?

Simply download the repo as a zip file, or clone it, and run the command:

./gradlew clean run

About

Sample project to get started with teswiz

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published