This repository has been archived by the owner on May 22, 2024. It is now read-only.
Releases: cerner/terra-toolkit
Releases · cerner/terra-toolkit
v2.11.0
2.5.0
v2.0.0
Changed
- Nighwatch configuration is now available via a single file which allowed for the removal of the testSetting module. Configuration can now be created by providing the webpack configuration, test folders and (optional) port number to the nightwatchConfig function.
Added
- Added responsive nightwatch test helper functions. Functions include 1. resizeTo and 2. screenWidth.
- resizeTo: Allows for breakpoint specification within the test suite and handles browser resizing function to allow for test to be run across each breakpoint specified.
- screenWidth: returns the screen width grabbing the breakpoint tag specified within the current test description.
Removed
- Removed screenshot capabilities
- Removed sauce capabilities
- Removed spectre capabilties
- Removed nightwatch test scripts
- Removed default webpack configuration