atomic-testing

Portable UI testing library: Simplify and unify across frameworks and libraries

MIT License

Downloads
5.6K
Stars
4
Committers
3

Bot releases are hidden (Show)

atomic-testing - v0.25.0

Published by tangentlin over 1 year ago

What's Changed

  • Fix timingUtil bug that causes SlideInDialog test to fail (#136)
  • Expand locatorUtil.append to support 2+ append (#135)
  • Use @swc/jest in-lieu of ts-jest for speed (#134)
  • Add commutable option property (#133)

Full Changelog: https://github.com/atomic-testing/atomic-testing/compare/v0.24.0...v0.25.0

atomic-testing - v0.24.0

Published by tangentlin over 1 year ago

  • Update locators on MUI component to use non CSS class selector (#131)

Full Changelog: https://github.com/atomic-testing/atomic-testing/compare/v0.23.0...v0.24.0

atomic-testing - v0.23.0

Published by tangentlin over 1 year ago

  • Add isVisible() checks on ComponentDriver (#124)
  • Add waitUtil() method on ComponentDriver (#123)
  • MUI Menu driver (#125)
  • Extend Select drivers to support selection by visible label (#127, #128, #129)

Full Changelog: https://github.com/atomic-testing/atomic-testing/compare/v0.21.0...v0.23.0

atomic-testing - v0.21.0

Published by tangentlin over 1 year ago

Changelog

atomic-testing - v0.20.0

Published by tangentlin over 1 year ago

  • Add waitUntil API so tests with animated state can be written without coupling with animation implementation detail (#114)

Full Changelog: https://github.com/atomic-testing/atomic-testing/compare/v0.19.0...v0.20.0

atomic-testing - v0.19.0

Published by tangentlin over 1 year ago

  • MUI V5 Slider Driver, Dialog Driver
  • Rename IInteractor to Interactor
  • Add isVisible, getStyleValue and wait method to interactors
  • Generic test runner

Full Changelog: https://github.com/atomic-testing/atomic-testing/compare/v0.9.0...v0.19.0

atomic-testing - v0.9.0

Published by tangentlin over 1 year ago

atomic-testing - v0.8.0

Published by tangentlin over 1 year ago

  • Add MUI V5 Input Driver (#59)
atomic-testing - v0.7.5

Published by tangentlin over 1 year ago

Initial release of atomic-testing with React, Playwright and essential MUI V5 support.