Gaëtan Maisse
41f80ec6a7
ci: extract cra_bench in a dedicated job
...
CRA Bench requires Node 12 and isn't a "true" E2E test so it makes sense to move it in a dedicated job.
2020-10-12 22:33:27 +02:00
Gaëtan Maisse
6a3bf80333
ci: use Webpack 4 in webpack_react
and sfcVue
E2E tests
...
Webpack 5 is officially out for a few days but it looks like Storybook is not 100% compatible with it yet.
2020-10-12 21:24:50 +02:00
Gaëtan Maisse
c9a13a36b7
ci: run Angular E2E tests on executors with the latest version of Node 12
2020-10-12 21:12:43 +02:00
Michael Shilman
c347791d5c
Merge branch 'next' into 1009-async-loaders
2020-10-12 16:02:49 +08:00
Gaëtan Maisse
5b992ae37c
ci: display yarn install/add command output when running the E2E tests
...
It helps a lot during investigation of some dependency issues and avoid to have to use SSH to debug things.
2020-10-10 09:49:05 +02:00
Gaëtan Maisse
df39df3d58
ci: use yarn instead of npx
to bootstrap angular e2e tests
...
Use npx causes a mix of both `package-lock.json` and `yarn.lock`.
Plus, we download `@angular/cli` dep with yarn so it looks normal to use it.
2020-10-10 09:38:56 +02:00
Michael Shilman
8c9e0ac23c
Merge branch 'next' into 10009-poc-async-loaders
2020-10-07 13:10:34 +08:00
Michael Shilman
c1ff295246
Merge branch 'next' into 10009-poc-async-loaders
2020-10-07 12:23:34 +08:00
Gaëtan Maisse
8aa8926911
refactor: apply the same dispatch for all scripts relying on CircleCI node concurrency
2020-10-03 18:23:37 +02:00
Gaëtan Maisse
c9766b9c4c
refactor: avoid duplication of code used to find the max nb of concurrent tasks "allowed"
2020-10-03 18:23:37 +02:00
Gaëtan Maisse
f8319e733b
ci: add cache for yarn cache-folder
2020-10-03 18:23:37 +02:00
Gaëtan Maisse
9e765c491d
ci: improve run-registry
logging
2020-10-03 18:23:36 +02:00
Gaëtan Maisse
c79c8901ff
chore: use number of vcore - 1 as concurrency level in publish to verdaccio script
2020-10-03 18:23:35 +02:00
Gaëtan Maisse
b8f61ae652
ci: set concurrency to 8 when running lerna run prepare
on CI
2020-10-03 18:23:35 +02:00
Gaëtan Maisse
0181230051
ci: replace handmade repo-dirty-check
by --frozen-lockfile
option when running yarn install
...
Doc:
If you need reproducible dependencies, which is usually the case with the continuous integration systems, you should pass --frozen-lockfile flag.
> yarn install --frozen-lockfile
> Don’t generate a yarn.lock lockfile and fail if an update is needed.
2020-10-03 18:23:34 +02:00
Josh Soref
017c8b5657
spelling: separator
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-09-29 09:42:31 -04:00
Yann Braga
c064db459f
cli(e2e): add clean slate option
...
- This allows to delete existing projects before running tests
2020-09-24 14:58:27 +02:00
Yann Braga
d7600147ed
test(e2e): add env file with fast refresh for CRA
2020-09-21 17:18:28 +02:00
Gaëtan Maisse
f91e8d36c4
refactor: rename downleveled TS directory to ts3.4
...
As of 0.6.0, `downlevel-dts` targets TypeScript 3.4 and there is no option to change that.
So I renamed all the output dirs to `ts3.4` to better represent what's inside them.
2020-09-20 15:54:35 +02:00
Andrew Lisowski
c8a60565b0
upgrade typescript + babel
2020-09-17 08:50:44 -07:00
merceyz
17198d7e9d
ci: enable sfcVue pnp e2e test
2020-09-12 00:20:02 +02:00
merceyz
49048fd2ab
chore: fix test
2020-09-11 12:40:37 +02:00
merceyz
df798044cf
chore: revert leftover merge changes
2020-09-04 13:57:53 +02:00
merceyz
258f9ee673
Merge branch 'next' into pnp
2020-09-04 13:53:38 +02:00
Michael Shilman
fb28998c88
Merge pull request #12286 from storybookjs/feature/htmlCLI
...
CLI: Add HTML components and stories
2020-08-31 20:32:42 +08:00
Michael Shilman
09b75a3ab6
Merge pull request #12209 from storybookjs/tech/benchmark
...
Build: Add CRA benchmark
2020-08-31 19:35:25 +08:00
Michael Shilman
d463e20748
Benchmark upload via SB_BENCH_UPLOAD
2020-08-31 18:33:41 +08:00
Michael Shilman
23cd366ddc
Upload benchmark results
2020-08-30 09:20:14 +08:00
Tom Coleman
dfac4bcbf7
Drop unnecessary comment
2020-08-28 14:29:38 +10:00
Clément DUNGLER
467d8f27ce
CLI: add html components and stories
2020-08-27 21:16:41 +02:00
jonniebigodes
b4987fe21d
change the branch for docs
2020-08-26 20:42:58 +01:00
Michael Shilman
da2b404692
Install benchmark from npm
2020-08-24 18:54:47 +08:00
Michael Shilman
03535882da
Build: Add CRA benchmark
2020-08-24 17:36:56 +08:00
Gaëtan Maisse
61c640bcfb
e2e: use TS strict mode in Angular e2e tests
...
More and more devs are using TS strict mode as it's advocated by TS team.
So generate Angular with strict mode activated.
2020-08-17 14:20:27 +02:00
Tom Coleman
e370712a5a
Remove docs commands
2020-08-14 14:25:22 +10:00
Michael Shilman
5083b9ba59
Merge pull request #11792 from floAr/stop-shipping-ts-files-for-storyshots
...
Storyshots: Don't ship typescript files in dist
2020-08-09 18:18:45 +08:00
tooppaaa
6349031e92
remove angualr v7 v8 e2e (typings issues)
2020-08-07 12:30:39 +02:00
tooppaaa
3b57d46371
Better typings for react
2020-08-05 10:44:25 +02:00
Florian Uhde
95925f4c0c
fixed small typo
2020-08-05 06:17:58 +02:00
Florian Uhde
f621436cfc
check if we are in the storyshot folder, fixes #11377
2020-08-04 12:23:41 +02:00
Gaëtan Maisse
6c9f09f25e
refactor(e2e): rename tests folders to {{name}}-{{version}}
...
It was previously `{{name}}-v{{version}}` but the `v` isn't needed as we are using `latest` version in many and `vX-lts` for angular.
2020-07-25 19:59:01 +02:00
Gaëtan Maisse
cd1b48f245
feat(e2e): add --use-local-sb-cli
flag to run E2E tests with local @storybook/cli package
2020-07-25 19:59:00 +02:00
Gaëtan Maisse
359ee22983
chore(e2e): comment HTML e2e config as stories used in CLI need to be updated
2020-07-25 19:59:00 +02:00
Gaëtan Maisse
dfaa3ac87e
feat(e2e): remove riot@3 from e2e config list
...
Example stories for riot need to be updated.
Moreover, they should be migrated to riot@4.
2020-07-25 19:59:00 +02:00
Gaëtan Maisse
ea8c5ee428
feat(e2e): use latest version of Yarn 2 when running tests
...
Using `latest` keyword with yarn 1 resolves to Yarn 1.x but we need Yarn 2.
2020-07-25 19:58:59 +02:00
Gaëtan Maisse
b1ad174bf3
refactor(e2e): make yarn add/install
command run in e2e compatible with Yarn 2
2020-07-25 19:58:59 +02:00
Gaëtan Maisse
6515930833
refactor(e2e): use base CRA tests config for Yarn 2 instead of a custom one
2020-07-25 19:58:59 +02:00
Gaëtan Maisse
7e95114d79
feat(e2e): introduce --use-yarn-2
option to run tests with Yarn 2
2020-07-25 19:58:57 +02:00
Tom Coleman
a59987cafc
Deploy the next
branch of frontpage too
2020-07-08 21:32:39 +10:00
tooppaaa
6b8baaee22
Remove vue-loader versioning
2020-06-30 22:28:36 +02:00