- 17 May, 2017 1 commit
-
-
Joe Haddad authored
* Correct readme * Add tests * Update README.md
-
- 15 May, 2017 1 commit
-
-
Dan Abramov authored
* Unpin Yarn * Try 0.24.2 * Update e2e-simple.sh
-
- 10 May, 2017 1 commit
-
-
Joe Haddad authored
* ༼ つ ◕_◕ ༽つ stack-frame-overlay * Fix linting * Remove auto overlay * Fix e2e * Pull in the rest * Appease flow * Correct dep * Remove old repo references * Check flow on test * Test overlay in e2e * Add cross env * Rename package * Make sure it gets built post-install * Update the README * Remove extra builds now that there's a postinstall script * Revert "Remove extra builds now that there's a postinstall script" This reverts commit 8bf601db. * Remove broken script * Fix some dev ergo
-
- 09 May, 2017 1 commit
-
-
Ian Schmitz authored
* Bump minimal Node version to 4.7.0 * Bump minimal Node version to 4.7.0 Modified additional files that needed a bump to 4.7.0 minimum node version * Bump minimal Node version to 4.7.0 Reverse changes to packages/create-react-app/index.js as this file needs to continue to work on Node 0.10+ * Bump minimal node version to 6 * Bump minimal node version to 6 * Bump minimal node version to 6
-
- 03 May, 2017 1 commit
-
-
Dan Abramov authored
-
- 22 Apr, 2017 1 commit
-
-
Joe Haddad authored
-
- 06 Mar, 2017 1 commit
-
-
Dan Abramov authored
-
- 05 Mar, 2017 3 commits
-
-
Dan Abramov authored
* Lint internal scripts with eslint:recommended * Warnings r bad
-
Mato Ilic authored
* Create empty package.json in e2e test Create empty package.json in e2e test while installing packaged CLI to prevent installation issues. * Use "npm init" to initialize package.json instead of just writing an empty object into it. * Fix typo
-
Ade Viankakrisna Fadlil authored
* add double quotes to escape spaces in path * Change $* to "$@" props to @n3tr * escape spaces in path for all e2e tests
-
- 27 Feb, 2017 2 commits
-
-
Joe Haddad authored
-
Joe Haddad authored
Resolves #1666
-
- 15 Feb, 2017 1 commit
-
-
Dan Abramov authored
* Use Yarn latest in e2e * Here too * And here plz
-
- 13 Feb, 2017 2 commits
-
-
Joe Haddad authored
* Revert "Don't run CI on Node 0.10" * Install after checking node version * Don't use travis install
-
Rory Hunter authored
-
- 12 Feb, 2017 1 commit
-
-
Marcus R. Brown authored
The `test` command fails with multiple arguments when given a unary operator such as '-e'. Add a function that can test one or more files by looping over all files.
-
- 11 Feb, 2017 1 commit
-
-
Joe Haddad authored
* Add test cases to evaluate increased CI time * Add positive test cases * Add negative cases * Test default behavior * Exit on failure * Fix test
-
- 23 Jan, 2017 1 commit
-
-
Fabrizio Castellarin authored
* Use a more sophisticated template for end-to-end testing. * Not publish integration tests to npm * Use "commander" for cli argv handling * Handle different scripts version forms and exits without a name given * Prepare the commands for testing with a template * Fix dev "template" path * Add various features to test * Test various features separately * Test language features * Comment unused e2e.sh lines * Add "development" tests * Test environment variables * Test webpack plugins * Replace kitchensink README * Switch integration tests from jest to mocha * Use `fs-extra` * Use the correct folders * Do some cleanup * Print a better message for `--template` * Test `npm start` with and without https * Separate fast e2e testing from kitchensink testing * Hide `--internal-testing-template` (former `--template`) CLI option
-
- 18 Dec, 2016 1 commit
-
-
Dinuka De Silva authored
* gh-1269: Enabling nested folder paths for project name * gh-1269: Added "fs-extra" and removed "path-exists" * gh-1269: Added e2e test cases to verify nested folder names
-
- 11 Dec, 2016 2 commits
-
-
Dan Abramov authored
* Tweak minimal Node error message * Tweak console messages * It doesn't need to be from npm * Try to fix e2e test
-
Fabrizio Castellarin authored
* Use "commander" for cli argv handling * Handle different scripts version forms and exits without a name given * Revert comment about min supported node version * Check sooner for the minimal node version * Add travis test for node <4 * Parse stderr in node versions <4
-
- 06 Dec, 2016 1 commit
-
-
Bogdan Soare authored
-
- 05 Dec, 2016 1 commit
-
-
Dan Abramov authored
-
- 21 Nov, 2016 1 commit
-
-
Ville Immonen authored
* Remove bundledDependencies * Change the e2e scripts to use local file dependencies instead of bundledDependencies to test the packages
-
- 20 Nov, 2016 1 commit
-
-
Stefan authored
Loads all files not already handled by other loaders. Also, switch image loading from file loader to url-loader.
-
- 17 Nov, 2016 1 commit
-
-
Ville Immonen authored
In the `create-react-app` command, try to install packages using Yarn. If Yarn is not installed, use npm instead. In `react-scripts`, detect if the project is using Yarn by checking if a `yarn.lock` file exists. If the project is using Yarn, display all the instructions with Yarn commands and use Yarn to install packages in `init` and `eject` scripts.
-
- 07 Oct, 2016 1 commit
-
-
Dan Abramov authored
* Clean up e2e script * Link to local packages after ejecting
-
- 22 Sep, 2016 2 commits
-
-
Ville Immonen authored
Only copy our own packages to bundledDependencies in the e2e test
-
Ville Immonen authored
* Fix the e2e test In the end-to-end test, we want to test all the latest packages from the monorepo instead of the versions from npm. To do this we will now: * run `lerna bootstrap` in the repo root folder before packaging react-scripts * bundle the deps like we do for releases, so the e2e test uses those packages * Fix copy-pasted comment
-
- 19 Sep, 2016 3 commits
-
-
Dan Abramov authored
-
Ville Immonen authored
-
Wei Zhu authored
-
- 03 Sep, 2016 2 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
- 02 Sep, 2016 3 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
Jiansen HE authored
tagging dev-only code (@remove-on-publish-begin/end) and pre-eject-only code (@remove-on-eject-begin/end) #257 (#257)
-
- 01 Sep, 2016 2 commits
-
-
Dan Abramov authored
Fixes #532
-
Dan Abramov authored
* Update Jest * Remove default snapshot test * Fix a few things * Add a simple default test * App.spec.js -> App.test.js * Fix e2e test * Bump Jest
-
- 12 Aug, 2016 1 commit
-
-
Andrey Popp authored
* Load favicon through html-loader. Fixes #291. * Add test for *.ico in e2e test suite * Configure html-loader to process <link href="..."> * Address feedback on html-loader inclusion. * Place favicon.ico at the root of the build dir * Make comment style consistent between prod and dev webpack configs * Fix html-loader config in dev mode
-