Skip to content

Releases: Sven-Seyfert/Au3TestFramework

v0.18.0 - 2022-08-05

05 Aug 07:17
Compare
Choose a tag to compare

Added

  • Unreleased section to changelog file.

Changed

  • Project file structure to fit the default from Au3NewProject.

v0.17.0 - 2022-02-14

14 Feb 21:54
Compare
Choose a tag to compare

Changed

  • All function names renamed to start with capital letter.
  • Version bump.

v0.16.0 - 2022-02-10

10 Feb 20:55
Compare
Choose a tag to compare

Added

  • Links to the project badges/icons.
  • FAQ section to README.md file.

Changed:

  • Move "Keyboard shortcuts" section into "Getting started" section (as sub section after "Usage").
  • Version bump.

v0.15.0 - 2022-02-09

09 Feb 21:13
Compare
Choose a tag to compare

Changed

  • Update copyright year to 2022 in LICENSE.md file.
  • Update of documents/templates (bug report-, feature request- and pull request template).
  • Update of the contributing file.
  • Code of Conduct update to their version v2.1.
  • Version bump.

Removed

  • Unnecessary documents/templates in docs directory.
  • Code to generate these unnecessary files in docs.

v0.14.0 - 2021-10-22

22 Oct 11:40
Compare
Choose a tag to compare

Added

  • First approach of a Test Explorer program, called "TestExecutor", as GUI.
  • Visualization of all features, scenarios, the execution state and execution duration (still WIP).
  • Library "GUIScroll.au3" (utilities).

Changed

  • Minor function adjustments for the StepGenerator.

v0.13.0 - 2021-10-19

19 Oct 14:32
Compare
Choose a tag to compare

Added

  • Compiler information to executable.

v0.12.0 - 2021-10-19

19 Oct 14:30
Compare
Choose a tag to compare

Changed

  • Scenario step wrapper functions contain a message box instead of only a comment of "your code pending".

v0.11.0 - 2021-10-12

12 Oct 14:05
Compare
Choose a tag to compare

Added

  • One example feature file (ExampleInvalidByQuotes.feature) for the demonstration of wrong single quote count issue.
  • Check for duplicate scenario steps (which is invalid).
  • Handling possible duplicate scenario steps during the creation of the scenario step wrapper methods.

Changed

  • Titles and texts for exception handling messages.
  • Renaming of the example feature files.

v0.10.0 - 2021-10-11

11 Oct 09:26
Compare
Choose a tag to compare

Added

  • Language resource file (TextContainer.au3) to prepare multilingualism of the programs.

Changed

  • General code improvements (cleaner).
  • Renaming and restructuring of source files.
  • Restructuring of functions into the separate source files.

v0.9.1 - 2021-10-08

08 Oct 15:16
Compare
Choose a tag to compare

Changed

  • Example texts in Feature file (in Scenario Steps).

Fixed

  • Parameter creation logic to get function parameter and table parameter for the wrapper functions again.