Coder Social home page Coder Social logo

znsio / teswiz Goto Github PK

View Code? Open in Web Editor NEW
56.0 10.0 60.0 51.46 MB

End-2-End framework for Native & Web Automation using Cucumber-jvm, Appium, Selenium WebDriver, Applitools & ReportPortal

License: MIT License

Java 94.76% Gherkin 4.64% Shell 0.60%
applitools android appium cucumber gradle api-rest ios reportportal selenium selenium-webdriver

teswiz's People

Contributors

aamisharora1 avatar actions-user avatar amandaharwal avatar anandbagmar avatar darshan3s avatar dependabot[bot] avatar gopishankarharidas avatar iritul avatar julianharty avatar medhagupta-ril avatar meprad avatar mohitkumartangar avatar mshahrukh2 avatar nareshmahendra avatar nashjain avatar ngourkar avatar nirmalashish avatar nitin-vhanakaware avatar poojamanna18 avatar raghavgarg1996 avatar renovate[bot] avatar saikrishna321 avatar sameeksha-sahib avatar shamaugale avatar shubhangibajpai avatar snehith07 avatar subhash-tide avatar vaishnavibawankule avatar vineetjoc avatar vishal07111998 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

teswiz's Issues

Add visual validation for iOS

Applitools: applitool hasn't moved forward because of the issue Bug 52787

-verify the issue is still happening
-contact applitools team if still happening
-implement visual validation for iOS if issue has been resolved

Migrate ATD to latest version

Hi Folks,

Thanks for using ATD. We have made quite a few changes to the ATD core which now depends on appium2.0. Upcoming release will be have breaking changes.

Steps to follow:

  1. Update the dependency as below, currently in jitpack.
	<dependency>
	    <groupId>com.github.AppiumTestDistribution</groupId>
	    <artifactId>AppiumTestDistribution</artifactId>
	    <version>appium2.0-6de74eab6c-1</version>
	</dependency>
  1. Make sure you have Appium2.0 server installed with respective drivers.
  2. Install appium-device-farm plugin. Refer https://github.com/AppiumTestDistribution/appium-device-farm
  3. Update your capabilties.json as https://github.com/AppiumTestDistribution/AppiumTestDistribution/blob/appium2.0/caps/iOScapabilities.json
  4. If you want to run your test against BrowserStack Refer: https://github.com/AppiumTestDistribution/AppiumTestDistribution/blob/appium2.0/caps/browserstack.json
  5. PCloudy Capabilties.json Refer: https://github.com/AppiumTestDistribution/AppiumTestDistribution/blob/appium2.0/caps/pcloudy_capabilities.json

cc: @anandbagmar

Description should be configurable for Report Portal for the consumers of teswiz

Currently, the description for ReportPortal is being set in Setup.java like this:

System.setProperty("rp.description", configs.get(
                APP_NAME) + " End-2-End scenarios on " + currentPlatform.name());

If the consumer, want to change this to something else or don't want "End-2-End scenarios" as they may be dealing with component, contract test, there's no way which currently exist. We need to make "rp.description" configurable so that consumers can set this property on their own. If they're not setting, then the same value defined above should be used.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

docker-compose
docker-compose-v3-proxy.yml
docker-compose-v3.yml
github-actions
.github/workflows/BrowserStack_Android_Calculator_CI.yml
  • actions/checkout v4@a5ac7e51b41094c92402da3b24376905380afc29
  • actions/setup-java v4
  • android-actions/setup-android v3.2.1
.github/workflows/BrowserStack_Android_TheApp_CI.yml
  • actions/checkout v4@a5ac7e51b41094c92402da3b24376905380afc29
  • actions/setup-java v4
  • android-actions/setup-android v3.2.1
.github/workflows/BrowserStack_MultiUser_Android_Web_CI.yml
  • actions/checkout v4@a5ac7e51b41094c92402da3b24376905380afc29
  • actions/setup-java v4
  • android-actions/setup-android v3.2.1
.github/workflows/BrowserStack_Web_CI.yml
  • actions/checkout v4@a5ac7e51b41094c92402da3b24376905380afc29
  • actions/setup-java v4
.github/workflows/Build_And_Run_Unit_Tests_CI.yml
  • actions/checkout v4@a5ac7e51b41094c92402da3b24376905380afc29
  • actions/setup-java v4
  • gradle/gradle-build-action 4c39dd82cd5e1ec7c6fa0173bb41b4b6bb3b86ff
  • peter-evans/repository-dispatch v3
.github/workflows/HardGate_FailingBuild.yml
  • actions/checkout v4@a5ac7e51b41094c92402da3b24376905380afc29
  • actions/setup-java v4
.github/workflows/HardGate_PassingBuild.yml
  • actions/checkout v4@a5ac7e51b41094c92402da3b24376905380afc29
  • actions/setup-java v4
.github/workflows/codeql-analysis.yml
  • actions/checkout v4@a5ac7e51b41094c92402da3b24376905380afc29
  • actions/setup-java v4
  • github/codeql-action v3
  • github/codeql-action v3
  • github/codeql-action v3
gradle
gradle.properties
settings.gradle
build.gradle
  • org.sonarqube 5.0.0.4638
  • com.github.johnrengelman.shadow 8.1.1
  • io.freefair.aspectj.post-compile-weaving 8.6
  • com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.17.1
  • com.konghq:unirest-java 3.14.5
  • org.assertj:assertj-core 3.26.0
  • com.github.AppiumTestDistribution:AppiumTestDistribution b313941325
  • org.apache.commons:commons-lang3 3.14.0
  • org.apache.commons:commons-rng-simple 1.5
  • com.github.vidstige:jadb 1.2.1
  • org.jetbrains:annotations 24.1.0
  • org.junit.jupiter:junit-jupiter 5.10.2
  • joda-time:joda-time 2.12.7
  • com.browserstack:browserstack-local-java 1.1.1
  • com.applitools:eyes-appium-java5 5.67.9
  • net.masterthought:cucumber-reporting 5.8.0
  • org.aspectj:aspectjrt 1.9.22.1
  • in.specmatic:specmatic-core 1.3.22
  • io.github.bonigarcia:webdrivermanager 5.8.0
gradle-wrapper
gradle/wrapper/gradle-wrapper.properties
  • gradle 8.7
npm
package.json
  • @appium/doctor 2.0.37
  • @appium/relaxed-caps-plugin 1.0.6
  • appium 2.6.0
  • appium-device-farm 8.4.7-rc.27
  • appium-uiautomator2-driver 3.5.2
  • appium-xcuitest-driver 7.16.2

  • Check this box to trigger a request for Renovate to run again on this repository

Fetch browser logs when running in Docker container

When we run web tests on local browser, we are able to generate, and store the browser logs in the logs directory, and also attach the same in reportportal.
We need to do the same when running the tests against browsers which are in docker containers.

implement all gestures for iOS

implement all the gestures that have been implemented for Android, for iOS
(would require ios app where these gestures can be performed)

Update README for electron application

  • Add all the procedures how to run the automation script from teswiz for the electron application
  • Describe all the parameters that were added to execute the script with electron application.

Unreadable logs

While running the script getting logs in unreadable format
%t] (%F:%L)- %m%n INFO [%t] (%F:%L)- %m%n INFO [%t] (%F:%L)- %m%n INFO [%t] (%F:%L)- %m%n INFO [%t] (%F:%L)- %m%n INFO [%t] (%F:%L)- %m%n INFO [%t] (%F:%L)-
%m%n INFO [%t] (%F:%L)- %m%n INFO [%t] (%F:%L)- %m%n INFO [%t] (%F:%L)- %m%n INFO [%t] (%F:%L)- %m%n INFO [%t] (%F:%L)- %m%n INFO [%t] (%F:%L)- %m%n INFO [%t] (%F:
%L)- %m%n INFO [%t] (%F:%L)- %m%n INFO [%t] (%F:%L)- %m%n INFO [%t] (%F:%L)- %m%n INFO [%t] (%F:%L)- %m%n INFO [%t] (%F:%L)- %m%n INFO [%t] (%F:%L)- %m%n INFO [%t]
(%F:%L)- %m%n INFO [%t] (%F:%L)- %m%n INFO [%t] (%F:%L)- %m%n INFO [%t] (%F:%L)- %m%n INFO

Add loggings for iOS

add reportportal logs to new iOS methods
add device logs and loggers for easy debugging

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.