taiko-react / taiko-react-functional-tests

Functional tests for taiko-react
MIT License
1 stars 0 forks source link

An in-range update of taiko is breaking the build 🚨 #2

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency taiko was updated from 1.0.0 to 1.0.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

taiko is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/taiko-react/taiko-react-functional-tests/builds/594429514?utm_source=github_status&utm_medium=notification)).

Commits

The new version differs by 167 commits.

  • 73243de Update readme.
  • 882d4b7 Merge branch 'actions'
  • 59ad1a0 Added github actions.
  • 73a061e Fix copy button for Taiko APIs, #861
  • 9b0b3fc Bump husky from 3.0.7 to 3.0.8 (#857)
  • 38497d6 Provide more details in dot api #834
  • d2bbe3b Fix message and docs for closeTab, #849
  • 385bada Fix reconnect cri to same target, #846
  • 6c6aa97 escaping html char for title before comapring. #847
  • b1e511e Bump lint-staged from 9.4.0 to 9.4.1 (#854)
  • b43eabd Bump eslint from 6.4.0 to 6.5.1 (#852)
  • 3abfe9c removing rimraf, using fs-extra to remove directories #837
  • 3988f87 Bump husky from 3.0.5 to 3.0.7 (#843)
  • 21cf7c8 Bump mocha from 6.2.0 to 6.2.1 (#844)
  • 22a7d58 Fix trim url with null and undefined, #841

There are 167 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

After pinning to 1.0.0 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for taiko v1.0.3

Enhancements

  • #808 - Expose elementList instead of returning the elementWrapper from the selectors

Bug Fixes

  • #975 - Add informative documentation for alert/prompt/confirm/beforeunload
  • #967 - updating chromium revision
  • #939 - SwitchTo make taiko unable to interact with the page
  • #971 - taiko repl stucks
  • #953 - TypeError: elem.get is not a function
  • #940 - Taiko cannot interact with Electron App
  • #911 - Add API to set timezone on a page
  • #884 - Intercept request are not resetted warning

Miscellaneous

  • #975 - Add informative documentation for alert/prompt/confirm/beforeunload
  • #974 - introduce eslint along with prettier for stylecheck #930
  • #967 - updating chromium revision
  • #961 - Install gauge globally
  • #947 - handle race condition were client holding inactive target

Thanks @jayandran-Sampath, @saikrishna321, @sivaranjanidev, @Srilalitha1310, @rparthas, @Mudassar045, @wkoch, @nandhae, @wendelnascimento, @jamesgeorge007 and @suganya-sangith for your contributions to Taiko!!

Commits

The new version differs by 118 commits.

  • d71b7ef Add informative documentation for alert/prompt/confirm/beforeunload (#975)
  • ec553bc Add a verbose and a silent option for unit test output
  • 1b382c2 Silence mocha tests to show only failures
  • 21f87b5 introduce eslint along with prettier for stylecheck #930
  • 9a89e88 Fixed an issue wherein goBack API fails with navigation timeout error. #389
  • 1fbd398 updating chromium revision
  • 2f9772e refactoring fts. removing redundant checks
  • 69cfe8a removing unused steps from functional tests
  • 8d7ee32 Update taiko dependencies
  • f4205ca adding chrome process exit event listener before killing chrome
  • 0c86869 Enable runtime only after adding listener for executionContext Created and Destroyed event. #939
  • b9cbccc removing functional tests package-lock.json
  • c803f0b correcting uploading artifact name for ft logs
  • 6027d09 check if alert was actually clicked
  • 3102905 adding comment for emitting createdSession

There are 118 commits in total.

See the full diff