Add web-component-tester tests#255
Merged
Merged
Conversation
|
@andrey-git, thanks for your PR! By analyzing the history of the files in this pull request, we identified @balloob, @armills and @bdurrer to be potential reviewers. |
Member
|
🙇 Oh man, this repo is getting all serious now 👍 |
Contributor
Author
|
@balloob Travis in HA won't recognize my Sauce credentials :( Maybe a repo admin needs to create a separate Sauce credential. |
andrey-git
added a commit
to andrey-git/home-assistant-polymer
that referenced
this pull request
Apr 4, 2017
* Allow empty state name. (home-assistant#247) * Allow badge size control via variables. (home-assistant#246) * Allow using icon/name for default_view. Add hover-title whn using an icon. (home-assistant#244) * Don't propagate event from cover controls. (home-assistant#248) * Fix Safari maps issue * added missing executor (home-assistant#250) Executing a JS script fails on some systems (good thing I replaced my default program for JS on windows!). It's bad practice. * upgrade paper-slider and remove min-max hack (home-assistant#252) * Treat default_view as special only with view:true (home-assistant#251) * Add web-component-tester tests (home-assistant#255) * Use travis.yml from polymer * Update .travis.yml * Try wct tests * Encrypt Sauce env * More test config * Update2 * try to remove souce_connect * Try another config * More browsers * Clean tabs, test shadow dom. * Display history charts up to end of selected time (home-assistant#254) * Display history charts up to end time * Back into JS world
tkdrob
pushed a commit
to tkdrob/frontend
that referenced
this pull request
Apr 20, 2021
…home-assistant#255) Bumps @docusaurus/preset-classic from 2.0.0-alpha.56 to 2.0.0-alpha.58. Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This file contains hidden or 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
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.
This PR sets up travis to run polymer tests.
On FF & Chrome locally on Linux.
Edge, Safari, FF-Windows, Chrome-Linux via Souce.
The test itself is just a POC
Travis run from my repo: https://travis-ci.org/andrey-git/home-assistant-polymer
Travis run from HA repo: https://travis-ci.org/home-assistant/home-assistant-polymer/jobs/218265198
Note that in the HA run there are no Souce tests because cross-repo tests are not allowed. Once a PR is submitted - Travis will run the full test suite.