Revision: b87c64334986
Branch:   default
Author:   jussi.ao.mali...@gmail.com
Date:     Mon Aug 24 14:22:44 2015 UTC
Log:      Created wiki page through web user interface.
https://code.google.com/p/robotframework/source/detail?r=b87c64334986&repo=wiki

Added:
 /ProjectHome.wiki

=======================================
--- /dev/null
+++ /ProjectHome.wiki   Mon Aug 24 14:22:44 2015 UTC
@@ -0,0 +1,102 @@
+= Robot Framework =
+
+----
+
+ _Robot Framework project has been moved to *[https://github.com/robotframework/robotframework GitHub]* and generic information about the ecosystem to *[http://robotframework.org http://robotframework.org]*._
+
+----
+
+Robot Framework is a generic test automation framework
+for acceptance testing and acceptance test-driven development (ATDD).
+It has easy-to-use tabular test data syntax and utilizes the
+keyword-driven testing approach. Its testing capabilities can be
+extended by test libraries implemented either with Python or Java, and
+users can create new keywords from existing ones using the same syntax
+that is used for creating test cases.
+
+These project pages are only for Robot Framework core framework.
+See *[http://robotframework.org http://robotframework.org]* for more
+information about the whole Robot Framework ecosystem.
+
+Robot Framework is open source software released under [http://www.apache.org/licenses/LICENSE-2.0.html Apache License 2.0]. Its copyrights are owned and development supported by [http://www.nsn.com NSN]. Most tools and libraries in the ecosystem are also open source, but they have various different licenses and copyright owners.
+
+== Features ==
+
+ * Enables easy-to-use tabular syntax for [http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html?r=2.7.6#creating-test-cases creating test cases] in a uniform way. + * Allows using [http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html?r=2.7.6#different-test-case-styles keyword-driven, data-driven and behavior-driven (BDD)] approaches. + * Provides ability to create reusable [http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html?r=2.7.6#creating-user-keywords higher-level keywords] from the existing keywords. + * Provides easy-to-read [http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html?r=2.7.6#created-outputs reports and logs] in HTML format.
+  * Is platform and application independent.
+ * The [http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html?r=2.7.6#high-level-architecture modular architecture] supports creating tests even for applications with several diverse interfaces. + * Provides a simple [http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html?r=2.7.6#creating-test-libraries library API] for creating customized test libraries. + * Provides a [http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html?r=2.7.6#executing-test-cases command line interface and XML based outputs] for integration into existing build infrastructure (continuous integration systems). + * Provides support for [http://code.google.com/p/robotframework-seleniumlibrary/ Selenium] for web testing, [http://code.google.com/p/robotframework-swinglibrary/ Java GUI testing], [OperatingSystemLibrary running processes], [TelnetLibrary Telnet], [http://code.google.com/p/robotframework-sshlibrary/ SSH], and so on. + * [http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html?r=2.7.6#remote-library-interface Remote library interface] enables distributed testing and implementing test libraries in any programming language. + * Provides [http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html?r=2.7.6#tagging-test-cases tagging] to categorize and select test cases to be executed. + * Has built-in support for [http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html?r=2.7.6#variables variables], practical particularly for testing in different environments.
+
+
+== News ==
+ * _2014-06-30_ We have moved to *[https://github.com/robotframework/robotframework GitHub]*. + * _2014-06-17_ *[ReleaseNotes28#Robot_Framework_2.8.5 Robot Framework 2.8.5]* released with many new enhancements and bug fixes. The distribution packages are hosted at [https://pypi.python.org/pypi/robotframework Pypi]. + * _2014-02-12_ *[https://github.com/robotframework/RIDE/wiki/Release-notes#wiki-ride-1-3 RIDE 1.3]* released. + * _2013-12-03_ *[ReleaseNotes28#Robot_Framework_2.8.3 Robot Framework 2.8.3]* released with some critical bug fixes and new kwargs support for Java and Remote libraries. The distribution packages are hosted at [https://pypi.python.org/pypi/robotframework Pypi]. + * _2013-11-26_ *[ReleaseNotes28#Robot_Framework_2.8.2 Robot Framework 2.8.2]* released. This is a minor version with lots of major features! The distribution packages are hosted at [https://pypi.python.org/pypi/robotframework Pypi]. + * _2013-06-14_ *[ReleaseNotes28#Robot_Framework_2.8.1 Robot Framework 2.8.1]* released with a fix that allows it work with SSHLibrary and !Selenium2Library. + * _2013-06-11_ *[ReleaseNotes28#Robot_Framework_2.8 Robot Framework 2.8]* released with loads of bigger and smaller enhancements and bug fixes. + * _2013-04-04_ New project pages for the whole Robot Framework ecosystem available at *[http://robotframework.org http://robotframework.org]*! + * _2013-03-19_ Another *[https://bitbucket.org/robotframework/robotdemo/wiki/Home Robot Framework Demo]* released. + * _2013-03-08_ New demo project: *[https://bitbucket.org/robotframework/webdemo Web testing with Robot Framework and Selenium2Library]* + * _2013-02-26_ *[ReleaseNotes27#Robot_Framework_2.7.7 Robot Framework 2.7.7]* released with enhanced reports and other fixes/features. + * _2013-02-20_ *[http://code.google.com/p/robotframework-ride/ RIDE 1.1]* released. + * _2013-02-09_ *[https://github.com/robotframework/SwingLibrary SwingLibrary 1.5.3]* released. + * _2013-01-18_ *[http://code.google.com/p/robotframework-ride/ RIDE 1.0.1]* released. + * _2013-01-07_ *[ReleaseNotes27#Robot_Framework_2.7.6 Robot Framework 2.7.6]* has been released. + * _2012-12-20_ *[https://github.com/robotframework/RIDE RIDE 1.0]* released. + * _2012-12-18_ *[https://github.com/robotframework/RIDE RIDE 0.55]* (a.k.a. 1.0 RC) released. + * _2012-12-10_ *[https://github.com/robotframework/RIDE RIDE 0.54]* released. + * _2012-11-19_ *[https://github.com/robotframework/RIDE RIDE 0.53]* released. + * _2012-11-08_ *[https://github.com/robotframework/RIDE RIDE 0.52]* released. + * _2012-10-24_ *[ReleaseNotes27#Robot_Framework_2.7.5 Robot Framework 2.7.5]*, another bigger-than-normal minor release, is out. + * _2012-10-15_ *[http://code.google.com/p/robotframework-mabot/ Mabot 0.9]* fixing support with Robot Framework 2.7 released. + * _2012-10-14_ *[https://github.com/NitorCreations/RobotFramework-EclipseIDE/wiki Eclipse Plugin]* for Robot Framework released by [http://nitorcreations.com/ Nitor Creations]! + * _2012-10-09_ *[https://github.com/robotframework/RIDE RIDE 0.51]* released. + * _2012-10-01_ *[https://wiki.jenkins-ci.org/display/JENKINS/Robot+Framework+Plugin Jenkins Plugin 1.2.3]* released. + * _2012-09-18_ New *[http://robotframework.github.com/MavenPlugin MavenPlugin]* released. + * _2012-09-18_ *[https://github.com/robotframework/SwingLibrary SwingLibrary 1.4(.1)]* released with new !JavalibCore. + * _2012-09-17_ *[https://github.com/robotframework/JavalibCore JavalibCore 1.0]* released with reduced set of dependencies. + * _2012-09-06_ *[ReleaseNotes27#Robot_Framework_2.7.4 Robot Framework 2.7.4]* released. + * _2012-08-31_ *[http://code.google.com/p/robotframework-sshlibrary/ SSHLibrary 1.1]* released. + * _2012-08-28_ *[https://github.com/robotframework/RIDE RIDE 0.49]* released. + * _2011-08-28_ *[http://code.google.com/p/robotframework-seleniumlibrary/ SeleniumLibrary 2.9.1]* released. + * _2012-08-08_ *[https://github.com/robotframework/RIDE RIDE 0.47]* released. + * _2012-07-04_ *[https://github.com/robotframework/RIDE RIDE 0.46.1]* released. + * _2012-06-18_ *[ReleaseNotes27#Robot_Framework_2.7.3 Robot Framework 2.7.3]* released. + * _2012-06-08_ *[ReleaseNotes27#Robot_Framework_2.7.2 Robot Framework 2.7.2]* released. + * _2012-06-06_ *[https://github.com/robotframework/RIDE RIDE 0.45]* released. + * _2012-05-08_ *[https://github.com/robotframework/RIDE RIDE 0.44]* released. + * _2012-04-20_ *[https://github.com/robotframework/JoyRide JoyRide 0.0.7]* Eclipse plugin prototype released. + * _2012-03-26_ *[ReleaseNotes27#Robot_Framework_2.7.1 Robot Framework 2.7.1]* released.
+  * _2012-03-14_ *[ReleaseNotes27 Robot Framework 2.7]* released.
+ * _2012-03-12_ *[https://github.com/rtomac/robotframework-selenium2library Selenium2Library 1.0]* is out. + * _2012-02-29_ *[https://github.com/robotframework/RIDE RIDE 0.42(.1)]* released. + * _2012-02-13_ *[https://github.com/robotframework/RIDE RIDE 0.41]* released. + * _2012-01-16_ *[https://github.com/robotframework/RIDE RIDE 0.40.2]* released. + * _2011-12-19_ *[http://code.google.com/p/robotframework-seleniumlibrary/ SeleniumLibrary 2.8.1]* released with support for Firefox 8 via Selenium server 2.15. + * _2011-10-22_ The first version of *[https://github.com/rtomac/robotframework-selenium2library Selenium2Library]*, a drop-in-replacement for [http://code.google.com/p/robotframework-seleniumlibrary/ SeleniumLibrary] using [http://seleniumhq.org/projects/webdriver/ Selenium 2 WebDriver API], has been released. + * _2011-09-30_ *[ReleaseNotes26#Robot_Framework_2.6.3 Robot Framework 2.6.3]* with fixed [DotNetSupport .NET/IronPython support] released. + * _2011-09-30_ *[ReleaseNotes26#Robot_Framework_2.6.2 Robot Framework 2.6.2]* with some bug fixes and enhancements such as sortable details table released. + * _2011-09-27_ *[http://code.google.com/p/robotframework-ride RIDE 0.39(.1)]* released. + * _2011-09-01_ *[http://code.google.com/p/robotframework-ride RIDE 0.38]* released. + * _2011-08-09_ *[http://code.google.com/p/robotframework-seleniumlibrary/ SeleniumLibrary 2.8]* has been released with Selenium Server version 2.3 and Firefox 5 support. + * _2011-08-08_ There is now a *[https://bitbucket.org/jussimalinen/robot.tmbundle/ TextMate bundle]* for Robot Framework syntax. + * _2011-08-08_ *[http://code.google.com/p/robotframework-ride RIDE 0.36]* released. + * _2011-07-27_ *[ReleaseNotes26#Robot_Framework_2.6.1 Robot Framework 2.6.1]* released. This is a micro release that fixes library documentation generation tool and does not affect normal Robot Framework use. Windows installers for example are not updated. + * _2011-07-26_ *[ReleaseNotes26 Robot Framework 2.6]* released. This is a new major release with new reports and logs and other smaller enhancements and bug fixes. + * _2011-05-02_ *[http://code.google.com/p/robotframework-seleniumlibrary/ SeleniumLibrary 2.7]* released. + * _2011-04-21_ *[ReleaseNotes25#Robot_Framework_2.5.7 Robot Framework 2.5.7]* a bug fix release with some minor enhancements released. + * _2011-04-13_ *[http://code.google.com/p/robotframework-ride RIDE 0.35]* released. + * _2011-04-07_ 1.1 version of [https://wiki.jenkins-ci.org/display/JENKINS/Robot+Framework+Plugin Robot Framework Plugin for Jenkins] released. + * _2011-03-31_ *[http://code.google.com/p/robotframework-ride RIDE 0.34]* released. + * _2011-03-28_ Robot Framework has *[http://hereberobots.blogspot.com/2011/03/robot-framework-at-xp2011-conference.html strong presence at XP 2011 conference]*.
+  * [NewsArchive more news...]

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to