Skip to content

Releases: StevenG0211/automation-template-library

v0.1.1 Documentation Refresh

Choose a tag to compare

@StevenG0211 StevenG0211 released this 15 Aug 00:52

Documentation refresh for public self-service use.\n\nAdded root getting-started, validation-status, and troubleshooting docs; added a root contribution guide; expanded per-template customization and PR checklist guidance; corrected Selenium C# command metadata and stale iOS CI wording.\n\nNo framework behavior changes and no new runtime validation claims were added in this release.

Automation Template Library v0.1.0

Choose a tag to compare

@StevenG0211 StevenG0211 released this 12 Aug 04:56

Release Notes

v0.1.0

Initial public release of the Automation Template Library.

Included templates:

  • Playwright + TypeScript
  • WebdriverIO + TypeScript
  • Cypress + TypeScript
  • Selenium 4 + Java + JUnit
  • Selenium 4 + C# + NUnit
  • pytest + Selenium 4
  • Espresso + native Android
  • XCUITest + native iOS

Each template includes a bundled demo target, smoke and full test suites, reporting, CI workflow, architecture notes, and contribution guidance.

Validation summary:

  • Parent structure validation passed across all 8 templates.
  • Download packages were generated for all 8 templates.
  • Runtime validation passed for the C#, Android, and iOS templates after final fixes.