GithubHelp home page GithubHelp logo

xotabu4 / send-to-allure-server-action Goto Github PK

View Code? Open in Web Editor NEW
14.0 14.0 6.0 1.47 MB

Compresses allure-results, sends to kochetkov-ma/allure-server , and triggers allure report generation

License: MIT License

JavaScript 100.00%

send-to-allure-server-action's Introduction

Oleksandr Khotemskyi

  • JavaScript/TypeScript software developer engineer in test
  • Independent Contractor, more than 10 years of experience in QA automation
  • Speaker at conferences, meetups. Online and offline. Open to have a talk on your event!
  • Teaching UI, API, test infrastructure and different open and private courses
  • Winner and Judge of Ukrainian Dev Challenge (QA)
  • Opensource contributor and "javascript testing" community developer.

Feel free to talk to me: xotabu4.github.io

send-to-allure-server-action's People

Contributors

xotabu4 avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

send-to-allure-server-action's Issues

Add Executor Parameter to Generate Request

It would be nice to have a link pointing to the executed GitHub workflow.

This can be done using the executorInfo payload. For example:

curl --location --request POST 'http://localhost:8080/api/report' \
--header 'Content-Type: application/json' \
--data-raw '{
  "reportSpec": {
    "path": [
      "master",
      "666"
    ], 
  "executorInfo": {
      "name": "GitHub",
      "type": "github",
      "url": "http://github.com",
      "buildName": "workflow",
      "buildUrl": "https://github.com/owner/repository/actions/runs/1/jobs/1",
    },
  },
  "results": [
    "1037f8be-68fb-4756-98b6-779637aa4670"
  ],
  "deleteResults": false
}'

Let me know if you want me to open a PR.

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.