Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 2.0.0
    b9a2e5bd · version 2.0.0 ·
  • 1.2.0
    151e8869 · release version 1.2.0 ·
    Release: 1.2.0
    refactor and updates
    
    refactored selenium automation to module `psek-fitnesse-fixtures-selenium`
    Selenium updated to 3.11.0
    FitNesse updated to 20180127
    Removed some customization of FitNesse
    Refactored documentation module to work with the new `.wiki` style pages and the older `content.txt` files
  • 1.1.11
    d64d353d · version 1.1.11 ·
    - **<a href="/reference/soap/soapwebservice-fixture/">SOAPWebserviceFixture</a>** added SSL support using JKS KeyStores and TrustStores. Fixed logging of exceptions while sending the message.
    - **RestFixture** support for multi-value parameters (key=[value1,value2,value3])
    - **BuildJsonStringFixture** new fixture to generate a json message in a testcase.
  • 1.1.9
    2adfde22 · version 1.1.9 ·
    - **SlimWebDriver** added Chrome headless mode. Chrome browser can be used in headless mode on the local system. This is controlled by the following properties in [selenium.properties](/project-template/selenium-properties/#chromeheadless): ['webdriver.chrome.headless=true'](/project-template/selenium-properties/#chromeheadless) and ['webdriver.chrome.headless.window-size=1600x1600'](/project-template/selenium-properties/#chromeheadless).
    - **SlimWebdriver** added logThis (equal to logThis from OperationsFixture) and logPageSource
    - **SlimWebDriver** added setLoopCommand toegevoegd fot SlimWebDriver command's with 3 parameters like |selectUsingLabel;|id=mijnlijst|Deze|allowDefault|
    - **SlimWebDriver** added takeScreenshotOnException, allows for control over the automatic screenshots on exceptions
    - **SlimWebDriver** added verifyPatternPresent, this method can use a <a href='/reference/parameters/pattern/'>regular expression</a> to find text on the webpage
    - **Stringfixture** added getSubstringWithRegex toegevoegd
    
    - **DatabaseFixture** fix for errors with push fixture / pull fixture and the import table after using the DatabaseFixture. Removed usage of SystemUnderTest.
    - **DatabaseFixture**  updated activateResultSet to lof the resultSet to the System.out logging
    - **Documentation plugin** All !- and -! character sequences are removed in the output of the following doenumentation parts: TESTCASE, PUROPOSE en DOCUMENTATION BLOCK. This allows for using HTML in a testcase (between !- -!) that will be rendered correctly on the FitNesse wiki page and in the generated documentation file.
    - **OperationsFixture** updated logThis to support linebreaks, use the string **#LINEBREAK#** in your input.
    - **SlimWebDriver** updated waitForTextPresent with support for regular expressions using the (<a href='/reference/parameters/pattern/'>pattern</a>) parameter
    - **SlimWebdriver** updated more logging with errors (url, cookies en pagesource)
    - **SlimWebDriver** the click command tries to scroll to an element is an ElementNotVisibleException occurs.
    - **Variables Fixture** convertNumberCharsToAlpha now supports Strings that already contain Alphabetic characters
    - other small changes
  • 1.1.8
    9c0b53f7 · version 1.1.8 ·
    SlimWebDriver removed auto-adjustment of scaling of the screenshot for high-resolution screens. Added support for customization using a property value "screen.dpr" in the selenium.properties file. Alternatively the value can be set during test execution using the command `setScreenDpr`.
  • 1.1.7
    - LdapFixture
    - RestFixture proxy
    - update RestAssured version to 3.0.3
    - JsonNavigateFixture added more logging
    - FileUtils added verifySMBFileExists and copyFileToSMBShare, these commands support an samba share and NTLM domain authentication
    - SlimWebDriver fix in verifyElementPresent
  • 1.1.6
    e5158a3e · update changelog ·
    Release: 1.1.6
    - SlimWebdriver fix in WebDriverScreenshot method determineDevicePixelRatio, casting of double to float
    
    - SlimWebdriver added command takeScreenshotOnException to enable this, the new default value (if left unset) is false
  • 1.1.5
    14468942 · version 1.1.5 ·
    Release: 1.1.5
    version 1.1.5
  • 1.1.4
    6c79bff0 · release version 1.1.4 ·
    Release: 1.1.4
    - RestFixture added option to use [relaxedHTTPSValidation](https://github.com/rest-assured/rest-assured/wiki/Usage#ssl)
    - FileUtils added verifyFileExists and getFileSize methods
    
    - updated log messages for FixtureOperations.matchOnPattern and FixtureOperations.containsPattern
    - SlimWebDriver can use multiple properties files, just enumarate them in a comma-separated list when starting SlimWebDriver
  • 1.1.3 Release: 1.1.3
    Release version 1.1.3
  • 1.1.2
    b29817b9 · release version 1.1.2 ·
    Release version 1.1.2
    New filedownload option in SlimWebDriver with proxy support using HTTPClient 4.5
  • 1.1.1
    5529c4fb · release version 1.1.1 ·
    Release: 1.1.1
  • 1.1.0
    e8be53c2 · version 1.1.0 ·
    selenium3
  • 1.0.3
    2f1499c2 · rename of project ·
  • 1.0.2
  • 1.0.1
  • 1.0.0
    first release