第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

測(cè)試框架意外退出 - Cucumber 測(cè)試

測(cè)試框架意外退出 - Cucumber 測(cè)試

慕運(yùn)維8079593 2022-03-10 11:01:32
測(cè)試啟動(dòng)后,測(cè)試通過(guò),但測(cè)試框架意外退出。如何解決?測(cè)試樣品測(cè)試功能輸出配置<?xml version="1.0" encoding="UTF-8"?>http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0<groupId>test</groupId><artifactId>test</artifactId><version>1.0-SNAPSHOT</version><dependencies>    <!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api -->    <dependency>        <groupId>org.junit.jupiter</groupId>        <artifactId>junit-jupiter-api</artifactId>        <version>5.3.2</version>        <scope>test</scope>    </dependency>    <!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->    <dependency>        <groupId>org.apache.logging.log4j</groupId>        <artifactId>log4j-core</artifactId>        <version>2.11.1</version>    </dependency>    <!-- https://mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-java -->    <dependency>        <groupId>org.seleniumhq.selenium</groupId>        <artifactId>selenium-java</artifactId>        <version>3.14.0</version>    </dependency>    <!-- https://mvnrepository.com/artifact/io.cucumber/cucumber-junit -->    <dependency>        <groupId>io.cucumber</groupId>        <artifactId>cucumber-junit</artifactId>        <version>4.2.0</version>        <scope>test</scope>    </dependency>    <dependency>        <groupId>io.cucumber</groupId>        <artifactId>cucumber-java8</artifactId>        <version>4.2.0</version>        <scope>test</scope>    </dependency></dependencies>
查看完整描述

1 回答

?
慕虎7371278

TA貢獻(xiàn)1802條經(jīng)驗(yàn) 獲得超4個(gè)贊

實(shí)際上,您需要在@CucumberOptions 中指定功能文件的位置。


如:


@CucumberOptions(

        format={"pretty", "html:reports/test-report"},

        tags= "@smokeTest",

        features = "Features")


查看完整回答
反對(duì) 回復(fù) 2022-03-10
  • 1 回答
  • 0 關(guān)注
  • 372 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)