This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 267781 - Can not run test for single file
Summary: Can not run test for single file
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Codeception (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: junichi11
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-30 09:56 UTC by kacer
Modified: 2016-09-02 01:57 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kacer 2016-08-30 09:56:33 UTC
If configuration file 'codeception.yml' is present in project, then running tests for single file file works as expected - tests are run only for selected file (either from source file by Run - Test File or from test file by Run - Run File).

After renaming configuration file to 'codeception.dist.yml' running tests just for single file still runs all tests in project.


Product Version: NetBeans IDE Dev (Build 201608290002)
Java: 1.8.0_60; Java HotSpot(TM) 64-Bit Server VM 25.60-b23
Runtime: Java(TM) SE Runtime Environment 1.8.0_60-b27
System: Linux version 4.4.0-36-generic running on amd64; UTF-8; en_US (nb)
Comment 1 Tomas Mysik 2016-08-31 05:59:37 UTC
@junichi: Junichi, would you like to look at it for NB 8.2 (it means this week)?

Thanks.
Comment 2 junichi11 2016-08-31 06:13:31 UTC
(In reply to Tomas Mysik from comment #1)
> @junichi: Junichi, would you like to look at it for NB 8.2 (it means this
> week)?

I'll try looking at it later(today).

Thanks.
Comment 3 Tomas Mysik 2016-08-31 06:19:31 UTC
Great, thanks! In case of any difficulties please let me know, I could help you.

Thanks.
Comment 4 junichi11 2016-08-31 12:50:51 UTC
(In reply to Tomas Mysik from comment #3)
> In case of any difficulties please let me know, I could help
> you.

Sure :) Thanks!
Comment 5 junichi11 2016-09-01 00:01:11 UTC
Fixed.

http://hg.netbeans.org/web-main/rev/e09aeefa04a7

Thanks.
Comment 6 Tomas Mysik 2016-09-01 08:04:57 UTC
Thanks a lot, Junichi!
Comment 7 Quality Engineering 2016-09-02 01:57:58 UTC
Integrated into 'main-silver', will be available in build *201609020002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e09aeefa04a7
User: Junichi Yamamoto <junichi11@netbeans.org>
Log: #267781 - Can not run test for single file