IntelliJ - Failed to start: 0 passed, 1 not started

后端 未结 8 2144
天命终不由人
天命终不由人 2020-12-17 15:23

Just been playing around for the first time with IntelliJ IDEA Community edition, first time I have worked with it so if I\'m missing something, please excuse me.

I

8条回答
  •  悲&欢浪女
    2020-12-17 15:43

    I had the same issue. Whatever be the number of scenarios, it was showing 1 extra scenario in NOT STARTED stage. I was using Scenario Outline to run tests and had commented the rows in the Example tables.

    I later found out that commenting the whole example table (which I didn't wanted to run) resolved the issue rather than commenting each row.

提交回复
热议问题