Open Source Labs Spearmint Versions Save

Testing, simplified. || An inclusive, accessibility-first GUI for generating clean, semantic Javascript tests in only a few clicks of a button.

v0.14.0

11 months ago

πŸƒ Spearmint v0.14.0 New Features πŸƒ

βœ”οΈ Bugfixes, bugfixes, and more bugfixes! πŸ›πŸ›πŸ› βœ”οΈ Added under-the-hood tools to improve future development πŸ§°πŸ”§πŸ”¨ βœ”οΈ Updated to latest version of Electron βš›οΈβš›οΈβš›οΈ

v0.11.0

1 year ago

🌿 Spearmint v0.11.0 New Features 🌿

βœ”οΈ Testing capability for Solid.js components 🧱🧱🧱 βœ”οΈ Containerization in Docker 🐳🐳🐳 βœ”οΈ Optimized UI/UX features 🌸🌸🌸

v0.10.0

2 years ago

Spearmint v.0.10.0 Features

Svelte unit tests and GraphQL testing βœ…

Facebook and Google OAuth Login πŸ”

Dependency Refactoring πŸŽ‰

Typescript conversions 🌼

UI/UX streamlining ✨

v0.9.0

2 years ago

Spearmint v0.9 Features

Vue.js unit tests Spearmint πŸ’œ Vue

github oauth login Allow fast & easy user login πŸ”

UX improvement Sit back - testing while relaxing πŸ’†πŸ»β€β™€οΈ

test accuracy enhancement Generate legit tests 🎯

Modernized ui + dark mode New year πŸŽ‰ New UI πŸ’…πŸ»

v0.8.0

2 years ago

New features

  • Security vulnerability testing for application and dependencies via Snyk - https://snyk.io/
  • Guest Login implemented, minimizing barriers to entry for users who don't need to save their tests to the database

Improved and optimized

  • Fully functional production builds for Mac OS w/ M1 and Intel, Windows 10 and 11 w/Intel and ARM
  • Functional development build across all platforms, including Linux
  • Reduced repository size by 60% by cutting and optimizing dependencies
  • Reduced production build size by 11%
  • Accelerated startup time and app performance
  • Miscellaneous bug fixes

v0.7.0

2 years ago

Login / Signup / Save Test feature

  • Set up MongoDB cluster to save user information and test states
  • Deployed server on AWS to encrypt user information
  • Set up Github OAuth

Accessibility Lens

  • Added new lens to test accessibility of application being tested

UI/UX Improvements

  • Fixed bug causing css styling to be ignored
  • Added animation on creation of it blocks

v0.6.0

3 years ago

In app testing

  • Created a fully function OS specific terminal.
  • New Run Test modal that guides the user through the testing process. From changing to appropriate directory to installing dependencies to running Jest commands.

Accessibility Lens

  • Open applications within Spearmint and test how accessible any application is.
  • With Accessibility Lens the user can disable mouse clicks, view in grayscale, low contrast and mute all audio.

New User Interface

  • Designed a new tabbed view within the right panel of the application.
  • This tabbed view will change based on the user's interaction with the application.
  • Added a new Run Test modal that appears when the user clicks 'Run Test'
  • Within this modal there are commands that will automatically change directory in the terminal, install necessary dependencies and execute custom Jest commands.

Electron Upgrade and Security Enhancements

  • Upgraded Electron from version 5.0 to the latest version 12.0.7.
  • Eliminated usage of the Remote module which has known security vulnerabilities and performance issues.
  • Implemented inter-process communication to replace the work done originally by the Remote module.

v0.5.0

3 years ago

v0.5.0 Change Log:

Addition of Accessibility Testing for HTML, React, and Puppeteer

  • Ability to autogenerate accessibility test suites with no code
  • Ability to preview, save, and edit tests in the code editor
  • User ability to choose accessibility standard for testing through drop down
  • User ability to choose accessibility category for testing through drop down
  • User ability to drag and drop tests through mouse and keystrokes

UX/UI update to increase accessibility of Spearmint application

  • Entire application can now be navigated with keystrokes, including drag and drop features
  • Drag and drop has been added to React test suite
  • All buttons have been updated with an outline button for clearer visual of highlighted element
  • Updated Spearmint color styling to meet WCAG contrast standards

v0.4.0

3 years ago

v0.3.0

3 years ago