allure-commandline 2.38.1 → 2.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/dist/bin/allure +2 -2
  2. package/dist/bin/allure.bat +11 -22
  3. package/dist/lib/{allure-commandline-2.38.1.jar → allure-commandline-2.40.0.jar} +0 -0
  4. package/dist/lib/allure-generator-2.40.0.jar +0 -0
  5. package/dist/lib/{allure-model-2.33.0.jar → allure-model-2.34.0.jar} +0 -0
  6. package/dist/{plugins/jira-plugin/lib/allure-plugin-api-2.38.1.jar → lib/allure-plugin-api-2.40.0.jar} +0 -0
  7. package/dist/lib/{jackson-core-2.21.1.jar → jackson-core-2.21.2.jar} +0 -0
  8. package/dist/lib/{jackson-databind-2.21.1.jar → jackson-databind-2.21.2.jar} +0 -0
  9. package/dist/lib/{jackson-dataformat-xml-2.21.1.jar → jackson-dataformat-xml-2.21.2.jar} +0 -0
  10. package/dist/lib/{jackson-dataformat-yaml-2.21.1.jar → jackson-dataformat-yaml-2.21.2.jar} +0 -0
  11. package/dist/lib/{jackson-module-jaxb-annotations-2.21.1.jar → jackson-module-jaxb-annotations-2.21.2.jar} +0 -0
  12. package/dist/lib/jsoup-1.22.1.jar +0 -0
  13. package/dist/plugins/behaviors-plugin/allure-plugin.yml +0 -2
  14. package/dist/plugins/behaviors-plugin/{behaviors-plugin-2.38.1.jar → behaviors-plugin-2.40.0.jar} +0 -0
  15. package/dist/plugins/custom-logo-plugin/custom-logo-plugin-2.40.0.jar +0 -0
  16. package/dist/plugins/jira-plugin/{jira-plugin-2.38.1.jar → jira-plugin-2.40.0.jar} +0 -0
  17. package/dist/plugins/{xray-plugin/lib/allure-jira-commons-2.38.1.jar → jira-plugin/lib/allure-jira-commons-2.40.0.jar} +0 -0
  18. package/dist/{lib/allure-plugin-api-2.38.1.jar → plugins/jira-plugin/lib/allure-plugin-api-2.40.0.jar} +0 -0
  19. package/dist/plugins/jira-plugin/lib/{jackson-core-2.21.1.jar → jackson-core-2.21.2.jar} +0 -0
  20. package/dist/plugins/jira-plugin/lib/{jackson-databind-2.21.1.jar → jackson-databind-2.21.2.jar} +0 -0
  21. package/dist/plugins/jira-plugin/lib/{jackson-module-jaxb-annotations-2.21.1.jar → jackson-module-jaxb-annotations-2.21.2.jar} +0 -0
  22. package/dist/plugins/junit-xml-plugin/{junit-xml-plugin-2.38.1.jar → junit-xml-plugin-2.40.0.jar} +0 -0
  23. package/dist/plugins/packages-plugin/allure-plugin.yml +0 -2
  24. package/dist/plugins/packages-plugin/{packages-plugin-2.38.1.jar → packages-plugin-2.40.0.jar} +0 -0
  25. package/dist/plugins/screen-diff-plugin/allure-plugin.yml +0 -4
  26. package/dist/plugins/screen-diff-plugin/screen-diff-plugin-2.40.0.jar +0 -0
  27. package/dist/plugins/trx-plugin/{trx-plugin-2.38.1.jar → trx-plugin-2.40.0.jar} +0 -0
  28. package/dist/plugins/xctest-plugin/{xctest-plugin-2.38.1.jar → xctest-plugin-2.40.0.jar} +0 -0
  29. package/dist/plugins/{jira-plugin/lib/allure-jira-commons-2.38.1.jar → xray-plugin/lib/allure-jira-commons-2.40.0.jar} +0 -0
  30. package/dist/plugins/xray-plugin/lib/{jackson-core-2.21.1.jar → jackson-core-2.21.2.jar} +0 -0
  31. package/dist/plugins/xray-plugin/lib/{jackson-databind-2.21.1.jar → jackson-databind-2.21.2.jar} +0 -0
  32. package/dist/plugins/xray-plugin/{xray-plugin-2.38.1.jar → xray-plugin-2.40.0.jar} +0 -0
  33. package/dist/plugins/xunit-xml-plugin/{xunit-xml-plugin-2.38.1.jar → xunit-xml-plugin-2.40.0.jar} +0 -0
  34. package/package.json +1 -1
  35. package/dist/lib/allure-generator-2.38.1.jar +0 -0
  36. package/dist/plugins/custom-logo-plugin/custom-logo-plugin-2.38.1.jar +0 -0
  37. package/dist/plugins/screen-diff-plugin/screen-diff-plugin-2.38.1.jar +0 -0
package/dist/bin/allure CHANGED
@@ -57,7 +57,7 @@
57
57
  # Darwin, MinGW, and NonStop.
58
58
  #
59
59
  # (3) This script is generated from the Groovy template
60
- # https://github.com/gradle/gradle/blob/b631911858264c0b6e4d6603d677ff5218766cee/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
60
+ # https://github.com/gradle/gradle/blob/3d91ce3b8caaf77ad09f381f43615b715b53f72c/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
61
61
  # within the Gradle project.
62
62
  #
63
63
  # You can find Gradle at https://github.com/gradle/gradle/.
@@ -114,7 +114,7 @@ case "$( uname )" in #(
114
114
  NONSTOP* ) nonstop=true ;;
115
115
  esac
116
116
 
117
- CLASSPATH=$APP_HOME/lib/*:$APP_HOME/lib/config
117
+ CLASSPATH=$APP_HOME/lib/allure-commandline-2.40.0.jar:$APP_HOME/lib/slf4j-jdk14-2.0.17.jar:$APP_HOME/lib/jcommander-1.82.jar:$APP_HOME/lib/allure-generator-2.40.0.jar:$APP_HOME/lib/jackson-dataformat-xml-2.21.2.jar:$APP_HOME/lib/allure-plugin-api-2.40.0.jar:$APP_HOME/lib/jackson-module-jaxb-annotations-2.21.2.jar:$APP_HOME/lib/jackson-core-2.21.2.jar:$APP_HOME/lib/jackson-dataformat-yaml-2.21.2.jar:$APP_HOME/lib/jackson-databind-2.21.2.jar:$APP_HOME/lib/commons-io-2.21.0.jar:$APP_HOME/lib/allure1-model-1.0.jar:$APP_HOME/lib/slf4j-api-2.0.17.jar:$APP_HOME/lib/jackson-annotations-2.21.jar:$APP_HOME/lib/snakeyaml-2.5.jar:$APP_HOME/lib/allure-model-2.34.0.jar:$APP_HOME/lib/jaxb-api-2.3.1.jar:$APP_HOME/lib/httpclient-4.5.14.jar:$APP_HOME/lib/freemarker-2.3.34.jar:$APP_HOME/lib/jsoup-1.22.1.jar:$APP_HOME/lib/opencsv-5.12.0.jar:$APP_HOME/lib/flexmark-ext-tables-0.62.2.jar:$APP_HOME/lib/flexmark-0.62.2.jar:$APP_HOME/lib/woodstox-core-7.1.1.jar:$APP_HOME/lib/stax2-api-4.2.2.jar:$APP_HOME/lib/jakarta.activation-api-1.2.2.jar:$APP_HOME/lib/javax.activation-api-1.2.0.jar:$APP_HOME/lib/properties-2.0.RC5.jar:$APP_HOME/lib/jaxb-utils-1.0.jar:$APP_HOME/lib/httpcore-4.4.16.jar:$APP_HOME/lib/commons-beanutils-1.11.0.jar:$APP_HOME/lib/commons-logging-1.3.5.jar:$APP_HOME/lib/commons-codec-1.11.jar:$APP_HOME/lib/commons-text-1.13.1.jar:$APP_HOME/lib/commons-lang3-3.20.0.jar:$APP_HOME/lib/commons-collections4-4.5.0.jar:$APP_HOME/lib/flexmark-util-0.62.2.jar:$APP_HOME/lib/flexmark-util-format-0.62.2.jar:$APP_HOME/lib/flexmark-util-ast-0.62.2.jar:$APP_HOME/lib/flexmark-util-builder-0.62.2.jar:$APP_HOME/lib/flexmark-util-dependency-0.62.2.jar:$APP_HOME/lib/flexmark-util-html-0.62.2.jar:$APP_HOME/lib/flexmark-util-options-0.62.2.jar:$APP_HOME/lib/flexmark-util-sequence-0.62.2.jar:$APP_HOME/lib/flexmark-util-collection-0.62.2.jar:$APP_HOME/lib/flexmark-util-data-0.62.2.jar:$APP_HOME/lib/flexmark-util-misc-0.62.2.jar:$APP_HOME/lib/flexmark-util-visitor-0.62.2.jar:$APP_HOME/lib/commons-collections-3.2.2.jar:$APP_HOME/lib/annotations-15.0.jar:$APP_HOME/lib/config
118
118
 
119
119
 
120
120
  # Determine the Java command to use to start the JVM.
@@ -23,8 +23,8 @@
23
23
  @rem
24
24
  @rem ##########################################################################
25
25
 
26
- @rem Set local scope for the variables with windows NT shell
27
- if "%OS%"=="Windows_NT" setlocal
26
+ @rem Set local scope for the variables, and ensure extensions are enabled
27
+ setlocal EnableExtensions
28
28
 
29
29
  set DIRNAME=%~dp0
30
30
  if "%DIRNAME%"=="" set DIRNAME=.
@@ -51,7 +51,7 @@ echo. 1>&2
51
51
  echo Please set the JAVA_HOME variable in your environment to match the 1>&2
52
52
  echo location of your Java installation. 1>&2
53
53
 
54
- goto fail
54
+ "%COMSPEC%" /c exit 1
55
55
 
56
56
  :findJavaFromJavaHome
57
57
  set JAVA_HOME=%JAVA_HOME:"=%
@@ -65,30 +65,19 @@ echo. 1>&2
65
65
  echo Please set the JAVA_HOME variable in your environment to match the 1>&2
66
66
  echo location of your Java installation. 1>&2
67
67
 
68
- goto fail
68
+ "%COMSPEC%" /c exit 1
69
69
 
70
70
  :execute
71
71
  @rem Setup the command line
72
72
 
73
- set CLASSPATH=%APP_HOME%\lib\*;%APP_HOME%\lib\config
73
+ set CLASSPATH=%APP_HOME%\lib\allure-commandline-2.40.0.jar;%APP_HOME%\lib\slf4j-jdk14-2.0.17.jar;%APP_HOME%\lib\jcommander-1.82.jar;%APP_HOME%\lib\allure-generator-2.40.0.jar;%APP_HOME%\lib\jackson-dataformat-xml-2.21.2.jar;%APP_HOME%\lib\allure-plugin-api-2.40.0.jar;%APP_HOME%\lib\jackson-module-jaxb-annotations-2.21.2.jar;%APP_HOME%\lib\jackson-core-2.21.2.jar;%APP_HOME%\lib\jackson-dataformat-yaml-2.21.2.jar;%APP_HOME%\lib\jackson-databind-2.21.2.jar;%APP_HOME%\lib\commons-io-2.21.0.jar;%APP_HOME%\lib\allure1-model-1.0.jar;%APP_HOME%\lib\slf4j-api-2.0.17.jar;%APP_HOME%\lib\jackson-annotations-2.21.jar;%APP_HOME%\lib\snakeyaml-2.5.jar;%APP_HOME%\lib\allure-model-2.34.0.jar;%APP_HOME%\lib\jaxb-api-2.3.1.jar;%APP_HOME%\lib\httpclient-4.5.14.jar;%APP_HOME%\lib\freemarker-2.3.34.jar;%APP_HOME%\lib\jsoup-1.22.1.jar;%APP_HOME%\lib\opencsv-5.12.0.jar;%APP_HOME%\lib\flexmark-ext-tables-0.62.2.jar;%APP_HOME%\lib\flexmark-0.62.2.jar;%APP_HOME%\lib\woodstox-core-7.1.1.jar;%APP_HOME%\lib\stax2-api-4.2.2.jar;%APP_HOME%\lib\jakarta.activation-api-1.2.2.jar;%APP_HOME%\lib\javax.activation-api-1.2.0.jar;%APP_HOME%\lib\properties-2.0.RC5.jar;%APP_HOME%\lib\jaxb-utils-1.0.jar;%APP_HOME%\lib\httpcore-4.4.16.jar;%APP_HOME%\lib\commons-beanutils-1.11.0.jar;%APP_HOME%\lib\commons-logging-1.3.5.jar;%APP_HOME%\lib\commons-codec-1.11.jar;%APP_HOME%\lib\commons-text-1.13.1.jar;%APP_HOME%\lib\commons-lang3-3.20.0.jar;%APP_HOME%\lib\commons-collections4-4.5.0.jar;%APP_HOME%\lib\flexmark-util-0.62.2.jar;%APP_HOME%\lib\flexmark-util-format-0.62.2.jar;%APP_HOME%\lib\flexmark-util-ast-0.62.2.jar;%APP_HOME%\lib\flexmark-util-builder-0.62.2.jar;%APP_HOME%\lib\flexmark-util-dependency-0.62.2.jar;%APP_HOME%\lib\flexmark-util-html-0.62.2.jar;%APP_HOME%\lib\flexmark-util-options-0.62.2.jar;%APP_HOME%\lib\flexmark-util-sequence-0.62.2.jar;%APP_HOME%\lib\flexmark-util-collection-0.62.2.jar;%APP_HOME%\lib\flexmark-util-data-0.62.2.jar;%APP_HOME%\lib\flexmark-util-misc-0.62.2.jar;%APP_HOME%\lib\flexmark-util-visitor-0.62.2.jar;%APP_HOME%\lib\commons-collections-3.2.2.jar;%APP_HOME%\lib\annotations-15.0.jar;%APP_HOME%\lib\config
74
74
 
75
75
 
76
76
  @rem Execute allure
77
- "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %ALLURE_OPTS% -classpath "%CLASSPATH%" io.qameta.allure.CommandLine %*
77
+ @rem endlocal doesn't take effect until after the line is parsed and variables are expanded
78
+ @rem which allows us to clear the local environment before executing the java command
79
+ endlocal & "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %ALLURE_OPTS% -classpath "%CLASSPATH%" io.qameta.allure.CommandLine %* & call :exitWithErrorLevel
78
80
 
79
- :end
80
- @rem End local scope for the variables with windows NT shell
81
- if %ERRORLEVEL% equ 0 goto mainEnd
82
-
83
- :fail
84
- rem Set variable ALLURE_EXIT_CONSOLE if you need the _script_ return code instead of
85
- rem the _cmd.exe /c_ return code!
86
- set EXIT_CODE=%ERRORLEVEL%
87
- if %EXIT_CODE% equ 0 set EXIT_CODE=1
88
- if not ""=="%ALLURE_EXIT_CONSOLE%" exit %EXIT_CODE%
89
- exit /b %EXIT_CODE%
90
-
91
- :mainEnd
92
- if "%OS%"=="Windows_NT" endlocal
93
-
94
- :omega
81
+ :exitWithErrorLevel
82
+ @rem Use "%COMSPEC%" /c exit to allow operators to work properly in scripts
83
+ "%COMSPEC%" /c exit %ERRORLEVEL%
Binary file
@@ -3,5 +3,3 @@ name: Behaviors aggregator
3
3
  description: The aggregator adds behaviors tab to the report
4
4
  extensions:
5
5
  - io.qameta.allure.behaviors.BehaviorsPlugin
6
- jsFiles:
7
- - index.js
@@ -3,5 +3,3 @@ name: Packages aggregator
3
3
  description: The aggregator adds packages tab to the report
4
4
  extensions:
5
5
  - io.qameta.allure.packages.PackagesPlugin
6
- jsFiles:
7
- - index.js
@@ -1,7 +1,3 @@
1
1
  id: screen-diff
2
2
  name: Screen diff
3
3
  description: Who cares about description by just-boris
4
- jsFiles:
5
- - index.js
6
- cssFiles:
7
- - styles.css
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "bin": {
4
4
  "allure": "bin/allure"
5
5
  },
6
- "version": "2.38.1",
6
+ "version": "2.40.0",
7
7
  "description": "Wrapper to install Allure-commandline via NPM",
8
8
  "main": "index.js",
9
9
  "files": [