Skip to content

Commit c0dcadc

Browse files
committed
Release 2.0.0-beta.2
1 parent 0b947ba commit c0dcadc

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ If you create a test for a class, the dialog now follows your namespace mapping
5252

5353
![Create a TestCase dialog](doc/create_test_dialog.png)
5454

55+
In the project settings, you can also configure the path to your test environment bootstrap file, which is then automatically required in the generated TestCase files.
56+
57+
58+
### Running a single test method
59+
60+
You can right-click a single test method to run or even debug it in isolation. This merely executes the file as a PHP script, with the method name as a single argument.
61+
5562

5663
### Running tests from a directory
5764

doc/preferences.png

2.06 KB
Loading

doc/test_results.png

17 KB
Loading

resources/META-INF/plugin.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>cz.jiripudil.intellij.nette.tester</id>
33
<name>Nette Tester</name>
4-
<version>2.0.0-beta.1</version>
4+
<version>2.0.0-beta.2</version>
55
<vendor email="[email protected]" url="https://jiripudil.cz">Jiří Pudil</vendor>
66
<resource-bundle>messages.TesterBundle</resource-bundle>
77

@@ -13,6 +13,15 @@
1313
]]></description>
1414

1515
<change-notes><![CDATA[
16+
<h2>2.0.0-beta.2</h2>
17+
<p>I know I said this release branch would be feature-frozen, but... well... not just yet. I'm far too excited about bringing the new features to be able to postpone them. Semver doesn't play well with the plugin's distribution channel anyway. Here they come:</p>
18+
<ul>
19+
<li>In the project settings, you can configure the path to your bootstrap file; it is then automatically required in the created test files (see <a href="https://github.com/jiripudil/intellij-nette-tester/issues/20">#20</a> for instructions if it does not work right away)</li>
20+
<li>You can now right-click a single <em>test method</em> to run or debug it in isolation (<a href="https://github.com/jiripudil/intellij-nette-tester/issues/9">#9</a>)</li>
21+
<li>Fixed: OutputHandler now recognizes and correctly parses the diff command generated on Windows (<a href="https://github.com/jiripudil/intellij-nette-tester/issues/21">#21</a>)</li>
22+
<li>Fixed: OutputHandler no longer reports unsuccessful builds as "terminated" (<a href="https://github.com/jiripudil/intellij-nette-tester/issues/22">#22</a>)</li>
23+
</ul>
24+
1625
<h2>2.0.0-beta.1</h2>
1726
<p><strong>After tens of hours of work, here comes a total rework of the plugin.</strong> This beta.1 release marks the feature freeze, now I'd like to focus on fixing bugs and releasing a stable version soon.</p>
1827
<ul>

0 commit comments

Comments
 (0)