Skip to content

Releases: fhoeben/hsac-fitnesse-fixtures

4.28.0

25 Jul 09:18
Compare
Choose a tag to compare

Release 4.28.0 of the project contains the latest FitNesse (20210605) and Selenium 3.141.59 releases. It no longer contains the maven-classpath-plugin.

To get started by running some sample tests (if you have a Java runtime installed): just download the standalone.zip, extract it and run it (using 'java -jar fitnesse-standalone.jar -p 9090', or on Windows just double clicking the jar to run the application on port 80 instead of 9090) from the directory where the 'standalone.zip' was extracted and open a browser to http://localhost:9090/HsacExamples.

Please note: please extract the zip to a location without spaces in its own name or in the names of its parents.

How to create your own test project using this FitNesse setup, see https://github.com/fhoeben/hsac-fitnesse-fixtures#to-create-your-own-test-project and https://github.com/fhoeben/hsac-fitnesse-fixtures/wiki/Installation-Guide

To incorporate the fixtures in an existing FitNesse project you can also get it from Maven Central

        <dependency>
            <groupId>nl.hsac</groupId>
            <artifactId>hsac-fitnesse-fixtures</artifactId>
            <version>4.28.0</version>
        </dependency>

An example of Maven based project using this baseline can be found at: https://github.com/fhoeben/sample-fitnesse-project.

When upgrading from an older version, ensure all Selenium webdrivers are stopped and delete the 'wiki/plugins' and 'wiki/webdrivers' folders to remove old versions of the packaged plugins/webdrivers. When using the sample project: follow the instructions at https://github.com/fhoeben/sample-fitnesse-project#upgrading.

New in 4.28.0

  • Chromedriver 92.0.4515.43
  • Edgedriver 92.0.902.55
  • Updated Praegus Toolchain Plugin to 2.0.14

New in 4.27.2

  • FitNesse 20210605
  • Edgedriver 91.0.864.41

New in 4.27.1

  • Chromedriver 91.0.4472.19
  • Edgedriver 91.0.864.37

New in 4.27.0

  • FitNesse 20210516
  • Deprecated nl.hsac.fitnesse.junit.JUnitXMLPerPageListener use fitnesse.junit.JUnitXMLPerPageRunListener instead. This is probably a very small change to your project's pom.xml.

New in 4.26.0

  • HttpTest: Added ability to download a file using a POST request #379
  • Chromedriver 90.0.4430.24
  • Edgedriver 90.0.818.46
  • Geckodriver 0.29.1

New in 4.25.0

  • Updated FitNesse 20210410
  • HttpTest now allows control over multipart name on file upload #376
  • Updated Praegus Toolchain Plugin to 2.0.13

New in 4.24.1

  • Edgedriver 89.0.774.45 (downgrade to latest released)

New in 4.24.0

  • Chromedriver 89.0.4389.23
  • Edgedriver 90.0.816.0

New in 4.23.2

  • Updated Praegus Toolchain Plugin to 2.0.12
  • Updated web drivers:
    • edgedriver: 88.0.705.53
    • chromedriver: 88.0.4324.96
    • geckodriver: 0.29.0

New in 4.23.1

  • Updated Praegus Toolchain Plugin to 2.0.11 (#364)

New in 4.23.0

  • FitNesse 20201213
  • hsac-fitnesse-plugin 1.30.0
  • Geckodriver 0.28
  • Removed some non-deterministic behaviour, #360
  • Json-path 2.5.0

New in 4.22.0

  • Chromedriver 87.0.4280.88

New in 4.22.0

  • Edgedriver 87.0.669.0
  • Chromedriver 87.0.4280.20
  • Updated Praegus Toolchain Plugin to 2.0.10 (#356)
  • FileFixture: Allow using plaintext http://files urls (#359)

New in 4.21.0

  • Edgedriver 86.0.622.38
  • Chromedriver 86.0.4240.
  • jUnit 4.13.1

New in 4.20.0

  • JsonHttpTest now returns null when retrieving an element which does not exist from a set of JSON path results, #343
  • Support passing options to (chromium-based) Edge, #345

4.27.2

05 Jun 13:42
Compare
Choose a tag to compare

Release 4.27.2 of the project contains the latest FitNesse (20210605) and Selenium 3.141.59 releases. It no longer contains the maven-classpath-plugin.

To get started by running some sample tests (if you have a Java runtime installed): just download the standalone.zip, extract it and run it (using 'java -jar fitnesse-standalone.jar -p 9090', or on Windows just double clicking the jar to run the application on port 80 instead of 9090) from the directory where the 'standalone.zip' was extracted and open a browser to http://localhost:9090/HsacExamples.

Please note: please extract the zip to a location without spaces in its own name or in the names of its parents.

How to create your own test project using this FitNesse setup, see https://github.com/fhoeben/hsac-fitnesse-fixtures#to-create-your-own-test-project and https://github.com/fhoeben/hsac-fitnesse-fixtures/wiki/Installation-Guide

To incorporate the fixtures in an existing FitNesse project you can also get it from Maven Central

        <dependency>
            <groupId>nl.hsac</groupId>
            <artifactId>hsac-fitnesse-fixtures</artifactId>
            <version>4.27.2</version>
        </dependency>

An example of Maven based project using this baseline can be found at: https://github.com/fhoeben/sample-fitnesse-project.

When upgrading from an older version, ensure all Selenium webdrivers are stopped and delete the 'wiki/plugins' and 'wiki/webdrivers' folders to remove old versions of the packaged plugins/webdrivers. When using the sample project: follow the instructions at https://github.com/fhoeben/sample-fitnesse-project#upgrading.

New in 4.27.2

  • FitNesse 20210605
  • Edgedriver 91.0.864.41

New in 4.27.1

  • Chromedriver 91.0.4472.19
  • Edgedriver 91.0.864.37

New in 4.27.0

  • FitNesse 20210516
  • Deprecated nl.hsac.fitnesse.junit.JUnitXMLPerPageListener use fitnesse.junit.JUnitXMLPerPageRunListener instead. This is probably a very small change to your project's pom.xml.

New in 4.26.0

  • HttpTest: Added ability to download a file using a POST request #379
  • Chromedriver 90.0.4430.24
  • Edgedriver 90.0.818.46
  • Geckodriver 0.29.1

New in 4.25.0

  • Updated FitNesse 20210410
  • HttpTest now allows control over multipart name on file upload #376
  • Updated Praegus Toolchain Plugin to 2.0.13

New in 4.24.1

  • Edgedriver 89.0.774.45 (downgrade to latest released)

New in 4.24.0

  • Chromedriver 89.0.4389.23
  • Edgedriver 90.0.816.0

New in 4.23.2

  • Updated Praegus Toolchain Plugin to 2.0.12
  • Updated web drivers:
    • edgedriver: 88.0.705.53
    • chromedriver: 88.0.4324.96
    • geckodriver: 0.29.0

New in 4.23.1

  • Updated Praegus Toolchain Plugin to 2.0.11 (#364)

New in 4.23.0

  • FitNesse 20201213
  • hsac-fitnesse-plugin 1.30.0
  • Geckodriver 0.28
  • Removed some non-deterministic behaviour, #360
  • Json-path 2.5.0

New in 4.22.0

  • Chromedriver 87.0.4280.88

New in 4.22.0

  • Edgedriver 87.0.669.0
  • Chromedriver 87.0.4280.20
  • Updated Praegus Toolchain Plugin to 2.0.10 (#356)
  • FileFixture: Allow using plaintext http://files urls (#359)

New in 4.21.0

  • Edgedriver 86.0.622.38
  • Chromedriver 86.0.4240.
  • jUnit 4.13.1

New in 4.20.0

  • JsonHttpTest now returns null when retrieving an element which does not exist from a set of JSON path results, #343
  • Support passing options to (chromium-based) Edge, #345

4.27.1

30 May 07:31
Compare
Choose a tag to compare

Release 4.27.1 of the project contains the latest FitNesse (20210516) and Selenium 3.141.59 releases. It no longer contains the maven-classpath-plugin.

To get started by running some sample tests (if you have a Java runtime installed): just download the standalone.zip, extract it and run it (using 'java -jar fitnesse-standalone.jar -p 9090', or on Windows just double clicking the jar to run the application on port 80 instead of 9090) from the directory where the 'standalone.zip' was extracted and open a browser to http://localhost:9090/HsacExamples.

Please note: please extract the zip to a location without spaces in its own name or in the names of its parents.

How to create your own test project using this FitNesse setup, see https://github.com/fhoeben/hsac-fitnesse-fixtures#to-create-your-own-test-project and https://github.com/fhoeben/hsac-fitnesse-fixtures/wiki/Installation-Guide

To incorporate the fixtures in an existing FitNesse project you can also get it from Maven Central

        <dependency>
            <groupId>nl.hsac</groupId>
            <artifactId>hsac-fitnesse-fixtures</artifactId>
            <version>4.27.1</version>
        </dependency>

An example of Maven based project using this baseline can be found at: https://github.com/fhoeben/sample-fitnesse-project.

When upgrading from an older version, ensure all Selenium webdrivers are stopped and delete the 'wiki/plugins' and 'wiki/webdrivers' folders to remove old versions of the packaged plugins/webdrivers. When using the sample project: follow the instructions at https://github.com/fhoeben/sample-fitnesse-project#upgrading.

New in 4.27.1

  • Chromedriver 91.0.4472.19
  • Edgedriver 91.0.864.37

New in 4.27.0

  • FitNesse 20210516
  • Deprecated nl.hsac.fitnesse.junit.JUnitXMLPerPageListener use fitnesse.junit.JUnitXMLPerPageRunListener instead. This is probably a very small change to your project's pom.xml.

New in 4.26.0

  • HttpTest: Added ability to download a file using a POST request #379
  • Chromedriver 90.0.4430.24
  • Edgedriver 90.0.818.46
  • Geckodriver 0.29.1

New in 4.25.0

  • Updated FitNesse 20210410
  • HttpTest now allows control over multipart name on file upload #376
  • Updated Praegus Toolchain Plugin to 2.0.13

New in 4.24.1

  • Edgedriver 89.0.774.45 (downgrade to latest released)

New in 4.24.0

  • Chromedriver 89.0.4389.23
  • Edgedriver 90.0.816.0

New in 4.23.2

  • Updated Praegus Toolchain Plugin to 2.0.12
  • Updated web drivers:
    • edgedriver: 88.0.705.53
    • chromedriver: 88.0.4324.96
    • geckodriver: 0.29.0

New in 4.23.1

  • Updated Praegus Toolchain Plugin to 2.0.11 (#364)

New in 4.23.0

  • FitNesse 20201213
  • hsac-fitnesse-plugin 1.30.0
  • Geckodriver 0.28
  • Removed some non-deterministic behaviour, #360
  • Json-path 2.5.0

New in 4.22.0

  • Chromedriver 87.0.4280.88

New in 4.22.0

  • Edgedriver 87.0.669.0
  • Chromedriver 87.0.4280.20
  • Updated Praegus Toolchain Plugin to 2.0.10 (#356)
  • FileFixture: Allow using plaintext http://files urls (#359)

New in 4.21.0

  • Edgedriver 86.0.622.38
  • Chromedriver 86.0.4240.
  • jUnit 4.13.1

New in 4.20.0

  • JsonHttpTest now returns null when retrieving an element which does not exist from a set of JSON path results, #343
  • Support passing options to (chromium-based) Edge, #345

4.27.0

16 May 17:31
Compare
Choose a tag to compare

Release 4.27.0 of the project contains the latest FitNesse (20210516) and Selenium 3.141.59 releases. It no longer contains the maven-classpath-plugin.

To get started by running some sample tests (if you have a Java runtime installed): just download the standalone.zip, extract it and run it (using 'java -jar fitnesse-standalone.jar -p 9090', or on Windows just double clicking the jar to run the application on port 80 instead of 9090) from the directory where the 'standalone.zip' was extracted and open a browser to http://localhost:9090/HsacExamples.

Please note: please extract the zip to a location without spaces in its own name or in the names of its parents.

How to create your own test project using this FitNesse setup, see https://github.com/fhoeben/hsac-fitnesse-fixtures#to-create-your-own-test-project and https://github.com/fhoeben/hsac-fitnesse-fixtures/wiki/Installation-Guide

To incorporate the fixtures in an existing FitNesse project you can also get it from Maven Central

        <dependency>
            <groupId>nl.hsac</groupId>
            <artifactId>hsac-fitnesse-fixtures</artifactId>
            <version>4.27.0</version>
        </dependency>

An example of Maven based project using this baseline can be found at: https://github.com/fhoeben/sample-fitnesse-project.

When upgrading from an older version, ensure all Selenium webdrivers are stopped and delete the 'wiki/plugins' and 'wiki/webdrivers' folders to remove old versions of the packaged plugins/webdrivers. When using the sample project: follow the instructions at https://github.com/fhoeben/sample-fitnesse-project#upgrading.

New in 4.27.0

  • FitNesse 20210516
  • Deprecated nl.hsac.fitnesse.junit.JUnitXMLPerPageListener use fitnesse.junit.JUnitXMLPerPageRunListener instead. This is probably a very small change to your project's pom.xml.

New in 4.26.0

  • HttpTest: Added ability to download a file using a POST request #379
  • Chromedriver 90.0.4430.24
  • Edgedriver 90.0.818.46
  • Geckodriver 0.29.1

New in 4.25.0

  • Updated FitNesse 20210410
  • HttpTest now allows control over multipart name on file upload #376
  • Updated Praegus Toolchain Plugin to 2.0.13

New in 4.24.1

  • Edgedriver 89.0.774.45 (downgrade to latest released)

New in 4.24.0

  • Chromedriver 89.0.4389.23
  • Edgedriver 90.0.816.0

New in 4.23.2

  • Updated Praegus Toolchain Plugin to 2.0.12
  • Updated web drivers:
    • edgedriver: 88.0.705.53
    • chromedriver: 88.0.4324.96
    • geckodriver: 0.29.0

New in 4.23.1

  • Updated Praegus Toolchain Plugin to 2.0.11 (#364)

New in 4.23.0

  • FitNesse 20201213
  • hsac-fitnesse-plugin 1.30.0
  • Geckodriver 0.28
  • Removed some non-deterministic behaviour, #360
  • Json-path 2.5.0

New in 4.22.0

  • Chromedriver 87.0.4280.88

New in 4.22.0

  • Edgedriver 87.0.669.0
  • Chromedriver 87.0.4280.20
  • Updated Praegus Toolchain Plugin to 2.0.10 (#356)
  • FileFixture: Allow using plaintext http://files urls (#359)

New in 4.21.0

  • Edgedriver 86.0.622.38
  • Chromedriver 86.0.4240.
  • jUnit 4.13.1

New in 4.20.0

  • JsonHttpTest now returns null when retrieving an element which does not exist from a set of JSON path results, #343
  • Support passing options to (chromium-based) Edge, #345

4.26.0

24 Apr 21:26
Compare
Choose a tag to compare

Release 4.26.0 of the project contains the latest FitNesse (20210410) and Selenium 3.141.59 releases. It no longer contains the maven-classpath-plugin.

To get started by running some sample tests (if you have a Java runtime installed): just download the standalone.zip, extract it and run it (using 'java -jar fitnesse-standalone.jar -p 9090', or on Windows just double clicking the jar to run the application on port 80 instead of 9090) from the directory where the 'standalone.zip' was extracted and open a browser to http://localhost:9090/HsacExamples.

Please note: please extract the zip to a location without spaces in its own name or in the names of its parents.

How to create your own test project using this FitNesse setup, see https://github.com/fhoeben/hsac-fitnesse-fixtures#to-create-your-own-test-project and https://github.com/fhoeben/hsac-fitnesse-fixtures/wiki/Installation-Guide

To incorporate the fixtures in an existing FitNesse project you can also get it from Maven Central

        <dependency>
            <groupId>nl.hsac</groupId>
            <artifactId>hsac-fitnesse-fixtures</artifactId>
            <version>4.26.0</version>
        </dependency>

An example of Maven based project using this baseline can be found at: https://github.com/fhoeben/sample-fitnesse-project.

When upgrading from an older version, ensure all Selenium webdrivers are stopped and delete the 'wiki/plugins' and 'wiki/webdrivers' folders to remove old versions of the packaged plugins/webdrivers. When using the sample project: follow the instructions at https://github.com/fhoeben/sample-fitnesse-project#upgrading.

New in 4.26.0

  • HttpTest: Added ability to download a file using a POST request #379
  • Chromedriver 90.0.4430.24
  • Edgedriver 90.0.818.46
  • Geckodriver 0.29.1

New in 4.25.0

  • Updated FitNesse 20210410
  • HttpTest now allows control over multipart name on file upload #376
  • Updated Praegus Toolchain Plugin to 2.0.13

New in 4.24.1

  • Edgedriver 89.0.774.45 (downgrade to latest released)

New in 4.24.0

  • Chromedriver 89.0.4389.23
  • Edgedriver 90.0.816.0

New in 4.23.2

  • Updated Praegus Toolchain Plugin to 2.0.12
  • Updated web drivers:
    • edgedriver: 88.0.705.53
    • chromedriver: 88.0.4324.96
    • geckodriver: 0.29.0

New in 4.23.1

  • Updated Praegus Toolchain Plugin to 2.0.11 (#364)

New in 4.23.0

  • FitNesse 20201213
  • hsac-fitnesse-plugin 1.30.0
  • Geckodriver 0.28
  • Removed some non-deterministic behaviour, #360
  • Json-path 2.5.0

New in 4.22.0

  • Chromedriver 87.0.4280.88

New in 4.22.0

  • Edgedriver 87.0.669.0
  • Chromedriver 87.0.4280.20
  • Updated Praegus Toolchain Plugin to 2.0.10 (#356)
  • FileFixture: Allow using plaintext http://files urls (#359)

New in 4.21.0

  • Edgedriver 86.0.622.38
  • Chromedriver 86.0.4240.
  • jUnit 4.13.1

New in 4.20.0

  • JsonHttpTest now returns null when retrieving an element which does not exist from a set of JSON path results, #343
  • Support passing options to (chromium-based) Edge, #345

4.25.0

10 Apr 20:28
Compare
Choose a tag to compare

Release 4.25.0 of the project contains the latest FitNesse (20210410) and Selenium 3.141.59 releases. It no longer contains the maven-classpath-plugin.

To get started by running some sample tests (if you have a Java runtime installed): just download the standalone.zip, extract it and run it (using 'java -jar fitnesse-standalone.jar -p 9090', or on Windows just double clicking the jar to run the application on port 80 instead of 9090) from the directory where the 'standalone.zip' was extracted and open a browser to http://localhost:9090/HsacExamples.

Please note: please extract the zip to a location without spaces in its own name or in the names of its parents.

How to create your own test project using this FitNesse setup, see https://github.com/fhoeben/hsac-fitnesse-fixtures#to-create-your-own-test-project and https://github.com/fhoeben/hsac-fitnesse-fixtures/wiki/Installation-Guide

To incorporate the fixtures in an existing FitNesse project you can also get it from Maven Central

        <dependency>
            <groupId>nl.hsac</groupId>
            <artifactId>hsac-fitnesse-fixtures</artifactId>
            <version>4.25.0</version>
        </dependency>

An example of Maven based project using this baseline can be found at: https://github.com/fhoeben/sample-fitnesse-project.

When upgrading from an older version, ensure all Selenium webdrivers are stopped and delete the 'wiki/plugins' and 'wiki/webdrivers' folders to remove old versions of the packaged plugins/webdrivers. When using the sample project: follow the instructions at https://github.com/fhoeben/sample-fitnesse-project#upgrading.

New in 4.25.0

  • Updated FitNesse 20210410
  • HttpTest now allows control over multipart name on file upload #376
  • Updated Praegus Toolchain Plugin to 2.0.13

New in 4.24.1

  • Edgedriver 89.0.774.45 (downgrade to latest released)

New in 4.24.0

  • Chromedriver 89.0.4389.23
  • Edgedriver 90.0.816.0

New in 4.23.2

  • Updated Praegus Toolchain Plugin to 2.0.12
  • Updated web drivers:
    • edgedriver: 88.0.705.53
    • chromedriver: 88.0.4324.96
    • geckodriver: 0.29.0

New in 4.23.1

  • Updated Praegus Toolchain Plugin to 2.0.11 (#364)

New in 4.23.0

  • FitNesse 20201213
  • hsac-fitnesse-plugin 1.30.0
  • Geckodriver 0.28
  • Removed some non-deterministic behaviour, #360
  • Json-path 2.5.0

New in 4.22.0

  • Chromedriver 87.0.4280.88

New in 4.22.0

  • Edgedriver 87.0.669.0
  • Chromedriver 87.0.4280.20
  • Updated Praegus Toolchain Plugin to 2.0.10 (#356)
  • FileFixture: Allow using plaintext http://files urls (#359)

New in 4.21.0

  • Edgedriver 86.0.622.38
  • Chromedriver 86.0.4240.
  • jUnit 4.13.1

New in 4.20.0

  • JsonHttpTest now returns null when retrieving an element which does not exist from a set of JSON path results, #343
  • Support passing options to (chromium-based) Edge, #345

4.24.1

08 Mar 10:36
Compare
Choose a tag to compare

Release 4.24.1 of the project contains the latest FitNesse (20201213) and Selenium 3.141.59 releases. It no longer contains the maven-classpath-plugin.

To get started by running some sample tests (if you have a Java runtime installed): just download the standalone.zip, extract it and run it (using 'java -jar fitnesse-standalone.jar -p 9090', or on Windows just double clicking the jar to run the application on port 80 instead of 9090) from the directory where the 'standalone.zip' was extracted and open a browser to http://localhost:9090/HsacExamples.

Please note: please extract the zip to a location without spaces in its own name or in the names of its parents.

How to create your own test project using this FitNesse setup, see https://github.com/fhoeben/hsac-fitnesse-fixtures#to-create-your-own-test-project and https://github.com/fhoeben/hsac-fitnesse-fixtures/wiki/Installation-Guide

To incorporate the fixtures in an existing FitNesse project you can also get it from Maven Central

        <dependency>
            <groupId>nl.hsac</groupId>
            <artifactId>hsac-fitnesse-fixtures</artifactId>
            <version>4.24.1</version>
        </dependency>

An example of Maven based project using this baseline can be found at: https://github.com/fhoeben/sample-fitnesse-project.

When upgrading from an older version, ensure all Selenium webdrivers are stopped and delete the 'wiki/plugins' and 'wiki/webdrivers' folders to remove old versions of the packaged plugins/webdrivers. When using the sample project: follow the instructions at https://github.com/fhoeben/sample-fitnesse-project#upgrading.

New in 4.24.1

  • Edgedriver 89.0.774.45 (downgrade to latest released)

New in 4.24.0

  • Chromedriver 89.0.4389.23
  • Edgedriver 90.0.816.0

New in 4.23.2

  • Updated Praegus Toolchain Plugin to 2.0.12
  • Updated web drivers:
    • edgedriver: 88.0.705.53
    • chromedriver: 88.0.4324.96
    • geckodriver: 0.29.0

New in 4.23.1

  • Updated Praegus Toolchain Plugin to 2.0.11 (#364)

New in 4.23.0

  • FitNesse 20201213
  • hsac-fitnesse-plugin 1.30.0
  • Geckodriver 0.28
  • Removed some non-deterministic behaviour, #360
  • Json-path 2.5.0

New in 4.22.0

  • Chromedriver 87.0.4280.88

New in 4.22.0

  • Edgedriver 87.0.669.0
  • Chromedriver 87.0.4280.20
  • Updated Praegus Toolchain Plugin to 2.0.10 (#356)
  • FileFixture: Allow using plaintext http://files urls (#359)

New in 4.21.0

  • Edgedriver 86.0.622.38
  • Chromedriver 86.0.4240.
  • jUnit 4.13.1

New in 4.20.0

  • JsonHttpTest now returns null when retrieving an element which does not exist from a set of JSON path results, #343
  • Support passing options to (chromium-based) Edge, #345

4.24.0

06 Mar 19:56
Compare
Choose a tag to compare

Release 4.24.0 of the project contains the latest FitNesse (20201213) and Selenium 3.141.59 releases. It no longer contains the maven-classpath-plugin.

To get started by running some sample tests (if you have a Java runtime installed): just download the standalone.zip, extract it and run it (using 'java -jar fitnesse-standalone.jar -p 9090', or on Windows just double clicking the jar to run the application on port 80 instead of 9090) from the directory where the 'standalone.zip' was extracted and open a browser to http://localhost:9090/HsacExamples.

Please note: please extract the zip to a location without spaces in its own name or in the names of its parents.

How to create your own test project using this FitNesse setup, see https://github.com/fhoeben/hsac-fitnesse-fixtures#to-create-your-own-test-project and https://github.com/fhoeben/hsac-fitnesse-fixtures/wiki/Installation-Guide

To incorporate the fixtures in an existing FitNesse project you can also get it from Maven Central

        <dependency>
            <groupId>nl.hsac</groupId>
            <artifactId>hsac-fitnesse-fixtures</artifactId>
            <version>4.24.0</version>
        </dependency>

An example of Maven based project using this baseline can be found at: https://github.com/fhoeben/sample-fitnesse-project.

When upgrading from an older version, ensure all Selenium webdrivers are stopped and delete the 'wiki/plugins' and 'wiki/webdrivers' folders to remove old versions of the packaged plugins/webdrivers. When using the sample project: follow the instructions at https://github.com/fhoeben/sample-fitnesse-project#upgrading.

New in 4.24.0

  • Chromedriver 89.0.4389.23
  • Edgedriver 90.0.816.0

New in 4.23.2

  • Updated Praegus Toolchain Plugin to 2.0.12
  • Updated web drivers:
    • edgedriver: 88.0.705.53
    • chromedriver: 88.0.4324.96
    • geckodriver: 0.29.0

New in 4.23.1

  • Updated Praegus Toolchain Plugin to 2.0.11 (#364)

New in 4.23.0

  • FitNesse 20201213
  • hsac-fitnesse-plugin 1.30.0
  • Geckodriver 0.28
  • Removed some non-deterministic behaviour, #360
  • Json-path 2.5.0

New in 4.22.0

  • Chromedriver 87.0.4280.88

New in 4.22.0

  • Edgedriver 87.0.669.0
  • Chromedriver 87.0.4280.20
  • Updated Praegus Toolchain Plugin to 2.0.10 (#356)
  • FileFixture: Allow using plaintext http://files urls (#359)

New in 4.21.0

  • Edgedriver 86.0.622.38
  • Chromedriver 86.0.4240.
  • jUnit 4.13.1

New in 4.20.0

  • JsonHttpTest now returns null when retrieving an element which does not exist from a set of JSON path results, #343
  • Support passing options to (chromium-based) Edge, #345

4.23.2

30 Jan 09:14
Compare
Choose a tag to compare

Release 4.23.2 of the project contains the latest FitNesse (20201213) and Selenium 3.141.59 releases. It no longer contains the maven-classpath-plugin.

To get started by running some sample tests (if you have a Java runtime installed): just download the standalone.zip, extract it and run it (using 'java -jar fitnesse-standalone.jar -p 9090', or on Windows just double clicking the jar to run the application on port 80 instead of 9090) from the directory where the 'standalone.zip' was extracted and open a browser to http://localhost:9090/HsacExamples.

Please note: please extract the zip to a location without spaces in its own name or in the names of its parents.

How to create your own test project using this FitNesse setup, see https://github.com/fhoeben/hsac-fitnesse-fixtures#to-create-your-own-test-project and https://github.com/fhoeben/hsac-fitnesse-fixtures/wiki/Installation-Guide

To incorporate the fixtures in an existing FitNesse project you can also get it from Maven Central

        <dependency>
            <groupId>nl.hsac</groupId>
            <artifactId>hsac-fitnesse-fixtures</artifactId>
            <version>4.23.2</version>
        </dependency>

An example of Maven based project using this baseline can be found at: https://github.com/fhoeben/sample-fitnesse-project.

When upgrading from an older version, ensure all Selenium webdrivers are stopped and delete the 'wiki/plugins' and 'wiki/webdrivers' folders to remove old versions of the packaged plugins/webdrivers. When using the sample project: follow the instructions at https://github.com/fhoeben/sample-fitnesse-project#upgrading.

New in 4.23.2

  • Updated Praegus Toolchain Plugin to 2.0.12
  • Updated web drivers:
    • edgedriver: 88.0.705.53
    • chromedriver: 88.0.4324.96
    • geckodriver: 0.29.0

New in 4.23.1

  • Updated Praegus Toolchain Plugin to 2.0.11 (#364)

New in 4.23.0

  • FitNesse 20201213
  • hsac-fitnesse-plugin 1.30.0
  • Geckodriver 0.28
  • Removed some non-deterministic behaviour, #360
  • Json-path 2.5.0

New in 4.22.0

  • Chromedriver 87.0.4280.88

New in 4.22.0

  • Edgedriver 87.0.669.0
  • Chromedriver 87.0.4280.20
  • Updated Praegus Toolchain Plugin to 2.0.10 (#356)
  • FileFixture: Allow using plaintext http://files urls (#359)

New in 4.21.0

  • Edgedriver 86.0.622.38
  • Chromedriver 86.0.4240.
  • jUnit 4.13.1

New in 4.20.0

  • JsonHttpTest now returns null when retrieving an element which does not exist from a set of JSON path results, #343
  • Support passing options to (chromium-based) Edge, #345

4.23.1

14 Dec 09:50
Compare
Choose a tag to compare

Release 4.23.1 of the project contains the latest FitNesse (20201213) and Selenium 3.141.59 releases. It no longer contains the maven-classpath-plugin.

To get started by running some sample tests (if you have a Java runtime installed): just download the standalone.zip, extract it and run it (using 'java -jar fitnesse-standalone.jar -p 9090', or on Windows just double clicking the jar to run the application on port 80 instead of 9090) from the directory where the 'standalone.zip' was extracted and open a browser to http://localhost:9090/HsacExamples.

Please note: please extract the zip to a location without spaces in its own name or in the names of its parents.

How to create your own test project using this FitNesse setup, see https://github.com/fhoeben/hsac-fitnesse-fixtures#to-create-your-own-test-project and https://github.com/fhoeben/hsac-fitnesse-fixtures/wiki/Installation-Guide

To incorporate the fixtures in an existing FitNesse project you can also get it from Maven Central

        <dependency>
            <groupId>nl.hsac</groupId>
            <artifactId>hsac-fitnesse-fixtures</artifactId>
            <version>4.23.1</version>
        </dependency>

An example of Maven based project using this baseline can be found at: https://github.com/fhoeben/sample-fitnesse-project.

When upgrading from an older version, ensure all Selenium webdrivers are stopped and delete the 'wiki/plugins' and 'wiki/webdrivers' folders to remove old versions of the packaged plugins/webdrivers. When using the sample project: follow the instructions at https://github.com/fhoeben/sample-fitnesse-project#upgrading.

New in 4.23.0

  • Updated Praegus Toolchain Plugin to 2.0.11 (#364)

New in 4.23.0

  • FitNesse 20201213
  • hsac-fitnesse-plugin 1.30.0
  • Geckodriver 0.28
  • Removed some non-deterministic behaviour, #360
  • Json-path 2.5.0

New in 4.22.0

  • Chromedriver 87.0.4280.88

New in 4.22.0

  • Edgedriver 87.0.669.0
  • Chromedriver 87.0.4280.20
  • Updated Praegus Toolchain Plugin to 2.0.10 (#356)
  • FileFixture: Allow using plaintext http://files urls (#359)

New in 4.21.0

  • Edgedriver 86.0.622.38
  • Chromedriver 86.0.4240.
  • jUnit 4.13.1

New in 4.20.0

  • JsonHttpTest now returns null when retrieving an element which does not exist from a set of JSON path results, #343
  • Support passing options to (chromium-based) Edge, #345

New in 4.19.0
Updated Selenium web drivers

  • edgedriver: 85.0.564.44
  • chromedriver: 85.0.4183.87
  • geckodriver:0.27.0

New in 4.18.0

  • support for WAI-Aria design pattern tables (#341)
  • chromedriver 85.0.4183.83
  • hsac-fitnesse-plugin 1.29.1

New in 4.17.0

  • (Json/Xml)HttpTest and BrowserTest's 'repeat until...' methods now support a regular expression as expected value using Slim's =~/.../ syntax (#339)
  • Praegus toolchain 2.0.9

New in 4.16.0

  • BrowserTest:
    • Add ability to screenshot only a given element (#333)
    • Added methods to support configuration of exact drag and drop behaviour (#328)
  • HttpTest: Support retrieval of actual headers sent, #326
  • EdgeDriver updated to chromium version 83.0.478.50
  • ChromeDriver updated to 84.0.4147.30