Giter VIP home page Giter VIP logo

fundemo's Introduction

FUN_DEMO_PROJECT

This testing project focuses on conducting UI tests for native mobile applications (iOS and Android) and web applications. The project includes a variety of tests, such as functional tests for native mobile apps and screenshot comparison tests for web apps.

Continuous Integration (CI) has been implemented using GitHub Actions, ensuring automated builds and tests are executed upon each code change. The project is integrated with the Sauce Labs device farm, which provides a wide range of real devices for testing across different platforms and configurations.

For test result reporting, the project utilizes the Jira plugin X-Ray. This plugin enables seamless integration with Jira, allowing test results and associated details to be easily tracked, managed, and reported within the project management system.

Overall, this testing project combines the power of CI, cloud-based device testing, and comprehensive reporting to ensure reliable and efficient testing of native mobile apps and web applications.

ENVIRONMENTS/BROWSERS

gradle test --tests "WebTest.compare image" -Denv=remote -Dbrowser=ie -- run single test class against Internet Explorer

There are web environments:

  • selenoid

    Tests run in Docker containers ( Containers should be installed https://aerokube.com/selenoid/) located locally

  • remote

    Tests run in selenoid located remotely.

By default, tests run against Chrome browser on local selenoid browser

There are mobile environments:

  • android_local

  • android_remote

  • ios_local

  • ios_remote

gradle test --tests "MobileTest.Echo Box tab works well" -Dmobile=ios_remote

SCREENSHOTS COMPARISON

gradle test --tests "WebTest.compare image" -Denv=remote -Dbaseline=true -- make baseline images

gradle test --tests "WebTest.compare image" -- run comparison

TAGS

There is an ability to tagged tests in the same way @Tag('ios') ..........

gradle test -Dspock.tags=ios -- run tagged tests

TODO: tune cross-platform testing with SauceLabs TODO: complete readme TODO: slack integration TODO: any ideas ......

useful links

https://github.com/amuthansakthivel/SelenideAppiumFramework/tree/master

fundemo's People

Contributors

johnbunky avatar

Watchers

 avatar

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.