content.txt
2.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
!2 2013-05-30
* Many improvements in the JUnit test runner
* New: version comparator
* Wiki: can set image width with -w option, border with -b and margin with -m: !-!img -b 2 -m 10 -w 600 http://files/someImage.png-!
* !-FitNesse-! loads well with both fitnesse.jar and fitnesse-standalone.jar
* Virtual Wiki functionality has finally been removed
* Big refactoring of SLiM test system. Output is now XML compliant, introduction of domain classes and caching of set up/tear down pages
* Many fixes in the rich text editor: full-screen editing, more lenient parsing of wiki text, improved cut-and-paste
* Optimized wiki page parser performance
* Fixed issue with setting/reading the same field multiple times in a SLiM decision table
* Stack traces from SLiM server are enriched with class information
!2 2012-11-16
* Added new Failure Navigator. Now possible to jump quickly to cells containing failures or exceptions. Works on Tests and Suites. Finds failures in collapsed sections or in scenario tables.
!2 2012-09-18
* Added the concept of a !-TemplateLibrary-! and the ability to insert existing templates into the plain text editor.
!2 2012-03-20
* '''Note:''' This page has a layout that's not conform previous releases of !-FitNesse-!
* Introduced !-ReleaseNotes-! page
* Moved a lot of presentation logic to template files
* New style - The layout and style in the WIki text is changed as well, keep this in mind when comparing test output
* Wysiwyg editor
* Parser fixes
* [[Theming system][UserGuide.WikiTheming]]
!2 2011-10-25
* New parser
!2 20110923 (Dan Rollo)
maven pom.xml cleanups:
* Remove unneeded default <groupId> tags.
* Add plugin <version> tags.
* Add explicit, platform independent UTF-8 file encoding via property: project.build.sourceEncoding
* Remove dependency on obsolete fitlibrary (the required classes are already in the source tree).
* Replace <system> dependency on json with the latest published json artifact.
* Remove unneeded ${basedir} from <sourceDirectory> tag value.
!2 20081128 (UB)
* Added &debug flag to TestResponder url. This forces the test to run ''inside'' the fitnesse process. If you are running fitnesse in a debugger, you can breakpoint your fixtures.
* Symbols can be java properties or environment variables. Symbols first, env variables second, java properties third.
* If the first cell of a script table is a symbol assignment ($V=) then the rest must be a function call. The symbol is assigned the return value of the function.