Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(347)

Side by Side Diff: polymer_0.5.0/bower_components/polymer-test-tools/chai/ReleaseNotes.md

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Release Notes 1 # Release Notes
2 2
3 ## 1.9.1 / 2014-03-19 3 ## 1.9.1 / 2014-03-19
4 4
5 The following changes are required if you are upgrading from the previous versio n: 5 The following changes are required if you are upgrading from the previous versio n:
6 6
7 - **Users:** 7 - **Users:**
8 - Migrate configuration options to new interface. (see notes) 8 - Migrate configuration options to new interface. (see notes)
9 - **Plugin Developers:** 9 - **Plugin Developers:**
10 - No changes required 10 - No changes required
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 473
474 **1. Browser Testing**: Browser testing of the `./chai.js` file is now available in the command line 474 **1. Browser Testing**: Browser testing of the `./chai.js` file is now available in the command line
475 via PhantomJS. `make test` and Travis-CI will now also rebuild and test `./chai. js`. Consequently, all 475 via PhantomJS. `make test` and Travis-CI will now also rebuild and test `./chai. js`. Consequently, all
476 pull requests will now be browser tested in this way. 476 pull requests will now be browser tested in this way.
477 477
478 _Note: Contributors opening pull requests should still NOT include the browser b uild._ 478 _Note: Contributors opening pull requests should still NOT include the browser b uild._
479 479
480 **2. SauceLabs Testing**: Early SauceLab support has been enabled with the file `./support/mocha-cloud.js`. 480 **2. SauceLabs Testing**: Early SauceLab support has been enabled with the file `./support/mocha-cloud.js`.
481 Those interested in trying it out should create a free [Open Sauce](https://sauc elabs.com/signup/plan) account 481 Those interested in trying it out should create a free [Open Sauce](https://sauc elabs.com/signup/plan) account
482 and include their credentials in `./test/auth/sauce.json`. 482 and include their credentials in `./test/auth/sauce.json`.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698