Skip to content

Commit

Permalink
Merge pull request #17462 from gitKrystan/fix-prod-test-docs
Browse files Browse the repository at this point in the history
[DOC] Fix prod test instructions
  • Loading branch information
rwjblue committed Jan 9, 2019
2 parents 4a4d304 + 89f3b09 commit a247b08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -280,7 +280,7 @@ Note: before using this approach, please be certain your test is really dependin

To recreate this build environment locally:
* Run `ember serve --environment=production` in a terminal (takes much much longer than a default `ember s`)
* Browse to `localhost:4200/tests/index.html?skipPackage=container,ember-testing,ember-debug&dist=prod&prod=true`
* Browse to `localhost:4200/tests/index.html?skipPackage=container,ember-testing,@ember/debug&dist=prod&prod=true`

### Single Unexplained Test Suite Failure

Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Expand Up @@ -132,7 +132,7 @@ end
1. Any feature that has been GOed gets changed to true
1. Run `ember s -prod`
1. Run tests at `http://localhost:4200/tests/index.html`
1. Run production tests `http://localhost:4200/tests/index.htmlskipPackage=container,ember-testing,@ember/debug&dist=prod&prod=true`
1. Run production tests `http://localhost:4200/tests/index.html?skipPackage=container,ember-testing,@ember/debug&dist=prod&prod=true`
1. In `.travis.yml`, remove `branches:` section e.g. [this commit](https://github.com/emberjs/ember.js/commit/e38ec5d910721a9e02a819b4105a4875723f4b1b).
1. Now we have to look at the commit just prior to branching 2.4.0.beta-1. Then find the commit after that to start the new branch at.

Expand Down

0 comments on commit a247b08

Please sign in to comment.