How to create new tab with charts, tables (interested more UI part) #1307
-
Hello guys, Small question :) I have created new plugin according to HOWTO from https://docs.qameta.io/allure/#_allure_plugins_system - everything working smoothly. My main idea was a traceability matrix with some additional coverage metrics stuff.. created plugin structure
then started looking how to add a chart (of corse I can use google charts, but started native elements) and started from this example
in index.js
But when I want to create my own Layout and View I faced with troubles. with simple example from tutorial works fine
I will appreciate for an example of dummy page with charts or pls point me on wrong place in my stuff. PS. also not clear where i can find any information about global object |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Hi @ezlo-maksymk : The link https://docs.qameta.io/allure/#_allure_plugins_system doesn't seem to work. Could you share the updated link in case you have it. (I am trying to understand how should I create and use the plugin to create a new tab in Allure2) |
Beta Was this translation helpful? Give feedback.
https://github.com/allure-framework/allure-docs/blob/main/content/plugins/overview.md
Posting here for someone who is looking for it!!