加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Windows > 正文

window 10 中安装 allure

发布时间:2020-12-14 05:32:37 所属栏目:Windows 来源:网络整理
导读:1、进入cmd ,使用powershell C:UsersCZY powershellWindows PowerShell版权所有 (C) Microsoft Corporation。保留所有权利。 2、查看powershell 的版本,scoop要求powershell?版本至少是5或更高 PS C:UsersCZY $PSVersionTable Name Value ---- ----- P

1、进入cmd ,使用powershell

C:UsersCZY>powershell
Windows PowerShell
版权所有 (C) Microsoft Corporation。保留所有权利。

2、查看powershell 的版本,scoop要求powershell?版本至少是5或更高

PS C:UsersCZY> $PSVersionTable

Name                           Value
----                           -----
PSVersion                      5.1.17134.765
PSEdition                      Desktop
PSCompatibleVersions           {1.0,2.0,3.0,4.0...}
BuildVersion                   10.0.17134.765
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

3、下载 scoop并安装

PS C:UsersCZY> iex (new-object net.webclient).downloadstring(‘https://get.scoop.sh‘)
PowerShell requires an execution policy of ‘RemoteSigned‘ to run Scoop.
To make this change please run:
‘Set-ExecutionPolicy RemoteSigned -scope CurrentUser‘
#若执行iex命令时有上面的提示,根据提示操作

PS C:UsersCZY> Set-ExecutionPolicy RemoteSigned -scope CurrentUser

PS C:UsersCZY> iex (new-object net.webclient).downloadstring(‘https://get.scoop.sh‘)
Initializing...
Downloading scoop...
Extracting...
Creating shim...
Downloading main bucket...
Extracting...
Adding ~scoopshims to your path.
‘lastupdate‘ has been set to ‘2019-07-18T23:23:48.8724096+08:00‘
Scoop was installed successfully!
Type ‘scoop help‘ for instructions.

4、查看scoop 是否安装完成

PS C:UsersCZY> scoop help
Usage: scoop <command> [<args>]
...

5、安装 allure

PS C:UsersCZY> scoop install allure
Installing ‘allure‘ (2.12.1) [64bit]
allure-commandline-2.12.1.zip (16.3 MB) [=====================================================================] 100%
Checking hash of allure-commandline-2.12.1.zip ... ok.
Extracting allure-commandline-2.12.1.zip ... done.
Linking ~scoopappsallurecurrent => ~scoopappsallure2.12.1
Creating shim for ‘allure‘.
‘allure‘ (2.12.1) was installed successfully!

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读