GithubHelp home page GithubHelp logo

atakankarsli / agent-swift-xctest Goto Github PK

View Code? Open in Web Editor NEW

This project forked from windmill-smart-solutions/reportportalagent

0.0 0.0 0.0 256 KB

The agent for pushing test data from XCTest framework to Report Portal

License: MIT License

Swift 97.23% Ruby 2.77%

agent-swift-xctest's Introduction

XCTest Agent for ReportPortal

Version License Platform

Installation

ReportPortalAgent is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'ReportPortalAgent'

and install it:

cd <project>
pod install

Report Portal properties

Use info.plist file of your test target to specify properties of Report Portal:

  • ReportPortalURL - URL to API of report portal (exaple https://report-portal.company.com/api/v1).
  • ReportPortalToken - token for authentication which can be get from RP account settings.
  • ReportPortalLaunchName - name of launch.
  • Principal class - use ReportPortalAgent.RPListener from ReportPortalAgent lib. Also you can specify your own Observer which should conform XCTestObservation protocol.
  • PushTestDataToReportPortal - can be used for switch off/on reporting
  • ReportPortalProjectName - project name from Report Portal
  • ReportPortalTags(optinal) - can be used to specify tags, separeted by comma.
  • IsFinalTestBundle - use to mark last test target as YES, and all others as NO to allow single launch for them

Example: Alt text

Authors

DarthRumata, [email protected] (Windmill Smart Solutions)

SergeVKom, [email protected] (original library)

License

ReportPortalAgent is available under the MIT license. See the LICENSE file for more info.

agent-swift-xctest's People

Contributors

darthrumata avatar mfclarke avatar sergevkom 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.