Skip to content

Instantly share code, notes, and snippets.

@MohsenNS
Last active May 18, 2025 20:26
Show Gist options
  • Save MohsenNS/a4c2f7602f1a96ce8772d3c440fb85ec to your computer and use it in GitHub Desktop.
Save MohsenNS/a4c2f7602f1a96ce8772d3c440fb85ec to your computer and use it in GitHub Desktop.
installing allure on windows

open terminal as administrator:

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))

choco install nvm

nvm install 20

choco install jdk8 -y

nvm use 20

npm install -g allure-commandline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment