Code Monkey home page Code Monkey logo

qase-go's People

Contributors

1ivliev avatar gibiw avatar kamilsk avatar nickvolynkin avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

qase-go's Issues

A release?

Is there any chance we can get a recent tagged release? This enables tools like dependabot to propose changes when there are upgrades. It looks like some are pinning to commit versions which doesn't work so well with tools.

Make Go reporter

Example JS implementation:
https://github.com/qase-tms/qase-javascript/blob/master/qase-cucumberjs/src/index.ts
Example PHP implementation:
https://github.com/qase-tms/qase-phpunit / https://github.com/qase-tms/qase-codeception
Example Java implementation:
https://github.com/qase-tms/qase-java
The reporter must send the results through the bulk method:
https://developers.qase.io/reference/create-result-bulk
The reporter must support parameter passing:
enabled: boolean
apiToken: string
basePath?: string
rootSuiteTitle?: string
environmentId?: number
projectCode: string
runId: string | number | undefined
runName: string
runDescription?: string
logging: boolean
runComplete?: boolean

Required functionality:

  • enable / disable functionality for sending results
  • change of base URL
  • auto test run creation
  • auto create test cases
  • auto generate test cases
  • test run creation via test plan (implemented in the qase-pytest-python reporter)
  • using environmentId
  • auto close the test wound
  • sending the is_automated flag
  • use parametrization
  • debug mode

Passing headers:
Example from PHPUnit reporter:
X-Client: qaseapi=v1.0.0-alpha.3;qase-phpunit=v1.0.0-alpha.3;phpunit=9.5.13
X-Platform: os=Linux;arch=aarch64;php=8.1.3;composer=2.2.7
Reference example:
X-Client: qaseapi=[API_VERSION];qase-[REPORTER_NAME]=[REPORTER_VERSION];[FRAMEWORK_NAME]=[FRAMEWORK_VERSION]
X-Platform: os=[OS_NAME];arch=[ARCH];[LANG]=[LANG_VER]
Example implementation in qase-python:
https://github.com/qase-tms/qase-python/blob/master/qase-pytest/src/qaseio/pytest/plugin.py

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.