Closed amandaXCY closed 7 years ago
config/allure-{profile-name}.yml
allure generate --profile {profile-name} target/results
yep, by default allure uses config/allure.yml
configuration file. You can create your own configuration (for example to disable some default plugins). So create file
config/allure-someprofilename.yaml
and then you can use this configuration using the following command:
$ allure --profile someprofilename <command>
If I can put the config and pugins move to other places, this is my project: project/config/allure.yml `//allure.yml plugins:
now i run : allure generate --profile ./config/alluer -c allure-results -o allure-report && allure open
open website: No plugins are introduced
we use npm intall allure-commandline , my want add new plugin, if add to /config/, Not easy management,so we want to add other dir
created an issue https://github.com/allure-framework/allure2/issues/378
allure plugin --profile how set
"allure plugin --profile ./config/allure.yml" but is wrong
I can customize self plugin