This repository has been archived by the owner on May 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 165
Upgrade all WebDriverIO tests to @cerner/terra-functional-testing #3403
Merged
mjhenkes
merged 20 commits into
main
from
merge-feature-branch-terra-functional-testing
Mar 19, 2021
Merged
Upgrade all WebDriverIO tests to @cerner/terra-functional-testing #3403
mjhenkes
merged 20 commits into
main
from
merge-feature-branch-terra-functional-testing
Mar 19, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fixes to run no tests and have terra-functional-testing * removing wdio.conf.js files from packages and updating changelogs * wdio tests fail unless a test is run * fixing lint error * Update package.json Co-authored-by: Stephen Esser <Stephen.Esser@gmail.com> * updating scripts for functional-testing Co-authored-by: Stephen Esser <Stephen.Esser@gmail.com>
* Update to terra-functional-testing. * Add --keepAliveSeleniumDockerService option to wdio script to keep selenium docker service live when running multiple test session one after another.
…e to terra-functional-testing (#3349) * Upgrade scroll, search field, section header, show hide, and signature * Update changelogs
…][terra-avatar] Upgrade to terra-functional-testing (#3351) * Renaming test files and updating package.json and wdio.conf.js * adding changelogs
* Upgrade form checkbox, field, fieldset, input, and radio * Update CHANGELOGs * Update CHANGELOG.md * Test removing standalone chrome on travis * Revert "Test removing standalone chrome on travis" This reverts commit 5b64bf9. * Test removing stand alone chrome * Update cerner-terra-functional-testing-0.0.0.tgz * Update cerner-terra-functional-testing-0.0.0.tgz * Update cerner-terra-functional-testing-0.0.0.tgz * Remove travis docker-compose
…on-group] Upgrade to terra-functional-testing (#3362) * Updating wdio tests, and test folder layout * updating changelogs
…ge] -Upgrade 5 packages to terra-functional-testing (#3372) * start off upgrade * updating wdio.conf.js * Adding tests, making text color darker * Updating changelog * uncapitilizing hex color * Fixing PR comment
…#3375) * Update paginator, profile image, progress bar, and responsive element * Update CHANGELOGs
* Upgrade tests to terra-functional-testing and WebDriverIO v6 * Fix linter error. * Update test. Co-authored-by: Stephen Esser <Stephen.Esser@gmail.com>
* Upgrade terra-list and terra-overlay to terra-functional-testing * Update overlay-spec.js Co-authored-by: Ben Cai <bcai@cerner.com>
…3389) * upgrading 2 packages * forgot changelogs
…][terra-dynamic-grid]Upgrade 5 packages (#3397) * Fixed 4 packages * temporary fix for dropdown * Removing role and roledescribedby * Updating terra-dropdown-button tests and fixing axe core 4 issue * Fixing issues with accessibility, and linter. also address pr comments
…terra-core into merge-feature-branch-terra-functional-testing
BenBoersma
requested review from
dkasper-was-taken,
emilyrohrbough,
mjhenkes,
ryanthemanuel,
StephenEsser,
tbiethman and
yuderekyu
as code owners
March 19, 2021 18:53
StephenEsser
approved these changes
Mar 19, 2021
mjhenkes
approved these changes
Mar 19, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR updates all packages in terra-core to @cerner/terra-functional-testing and WebDriverIO v6. It also includes some necessary accessibility fix in terra-dropdown-button that passively fix some ARIA issues we were dealing with in WDIO 6.Closes #3320
Deployment Link
https://terra-core-deployed-pr-#.herokuapp.com/
Testing
Additional Details
Thank you for contributing to Terra.
@cerner/terra