Gaëtan Maisse
4e90dffc5a
chore: rework test
NPM script (--core
option has been removed)
...
Previously the unit tests were run with a custom script `scripts/test.js`.
This script was a kind of wrapper around Jest, handling just a few options (skipping all the unknown ones) and spawning Jest programmatically.
To simplify this process:
- I extracted the only non-classic case in its own NPM script: `yarn test-puppeteer`
- Just call Jest directly when running `yarn test` so all the options are forwarded properly to Jest.
⚠️ `yarn test --core` doesn't work anymore as `--core` isn't a Jest option, it is now simply `yarn test`.
📝 To run the tests of a single workspace just use `--projects`, for instance: `yarn test --projects examples/angular-cli`
2021-02-11 08:33:59 +01:00
Yann Braga
2d9b138ec0
fix(build-cli): only kill other processes on fail
2021-02-05 10:06:48 +01:00
Michael Shilman
0c9aebf2d9
Merge pull request #13786 from storybookjs/tech/improve-publish-step-on-ci
...
Build: Do not recompile packages in publish step of the CI
2021-02-02 09:29:25 +08:00
Blaine Bublitz
4024692ff9
fix: utilize vue/cli at v4 to rely on webpack 4
2021-02-01 16:22:01 -07:00
Blaine Bublitz
2bdb5273dd
fix: use vue 3 preset in e2e test
2021-02-01 15:19:05 -07:00
Gaëtan Maisse
f1f8269c7c
chore: do not recompile packages before publishing with run-registry
script
...
It will:
- ensure that the outputs of the build step are really used
- speed up the publish step on CI a lot
2021-02-01 21:13:55 +01:00
Blaine Bublitz
429c3cc296
test: add e2e test for vue3
2021-01-29 19:51:43 -07:00
Gaëtan Maisse
149b412b62
Merge branch 'next' into fix/sb-cli-prompt
2021-01-13 20:33:29 +01:00
Gaëtan Maisse
bc93753c8e
fix: do not delete TS template files after building the CLI package
...
I inverted the logic to check if we are in the SB CLI package as this
is the only package that require extra check on filenames.
2021-01-12 13:35:43 +01:00
Gaëtan Maisse
8364d87855
e2e: remove outdated deletion of yarn_2_cra
config
...
Signed-off-by: Gaëtan Maisse <gaetanmaisse@gmail.com>
2021-01-12 13:35:42 +01:00
Gaëtan Maisse
17f0857292
e2e: add CLI option to skip some framework
...
Signed-off-by: Gaëtan Maisse <gaetanmaisse@gmail.com>
2021-01-12 13:35:42 +01:00
Gaëtan Maisse
ccf5de2d67
e2e: rename everything related to Yarn 2 to Yarn 2 PnP as there is now a node_modules mode too
...
Signed-off-by: Gaëtan Maisse <gaetanmaisse@gmail.com>
2021-01-12 13:35:42 +01:00
Gaëtan Maisse
df5bb84ffd
e2e: use official release of Yarn 2
...
Signed-off-by: Gaëtan Maisse <gaetanmaisse@gmail.com>
2021-01-12 13:35:41 +01:00
Andrew Luca
74bb26677c
chore(compile-tsc): remove redundant checks for declaration generation
...
`--declaration true` is always added no matter what app/addon/lib, moved it in `args` array initializer
And add `--emitDeclarationOnly` only is not angular and not storyshots
2021-01-06 04:48:38 +02:00
Gaëtan Maisse
c4ba07c59f
fix: do not delete TS template files after building the CLI package
...
I inverted the logic to check if we are in the SB CLI package as this
is the only package that require extra check on filenames.
2021-01-04 21:38:59 +01:00
Yann Braga
67037aa6aa
fix(e2e): correct local cli path
2020-12-27 00:23:40 +01:00
Michael Shilman
431d209ec7
Merge branch 'next' into pr/12026
2020-12-20 18:05:32 +08:00
Michael Shilman
5ca9ee5143
Update scripts/utils/watch-babel.js
2020-12-15 17:59:01 +08:00
Gert Hengeveld
ca916ed931
Merge branch 'next' into perf/esm-dist
2020-12-11 09:59:58 +01:00
Norbert de Langen
380074c402
fix tests
2020-12-09 09:42:03 +01:00
Gaëtan Maisse
3d7a024b3c
test: execute CLI tests like all other Jest tests
...
As CLI tests based on fixtures have been deleted, and the remaining tests are now using Jest we can run them as part of the classic `yarn test --core` command.
I also removed the dedicated GitHub Actions.
2020-12-08 19:26:02 +01:00
Norbert de Langen
aab422d33d
move ts3.4 into dist, generate types into dist/ts3.9, make esm dist for all, fix issues
2020-12-08 17:54:25 +01:00
Norbert de Langen
0c8dfccdf8
Merge branch 'next' into perf/esm-dist
...
# Conflicts:
# lib/core/package.json
# lib/ui/package.json
2020-12-08 15:43:09 +01:00
Daniel Schmidt
de095b3f9c
remove unused groups
2020-12-02 09:30:35 +01:00
Daniel Schmidt
f5fc34e9b3
Merge remote-tracking branch 'upstream/next' into replace-inquirer
...
# Conflicts:
# lib/core/package.json
# yarn.lock
2020-12-01 21:24:47 +01:00
Michael Shilman
b09f171828
Merge branch 'next' into tech/upgrades-4
2020-12-01 18:04:58 +08:00
Norbert de Langen
ab7d1b0cb6
Merge branch 'pr/43081j/13055' into perf/esm-dist
...
# Conflicts:
# yarn.lock
2020-11-27 14:36:49 +01:00
Norbert de Langen
944cb08407
remove extraDep from vue example
2020-11-27 13:40:11 +01:00
Norbert de Langen
c93bc36153
Merge branch 'next' into pr/43081j/13055
...
# Conflicts:
# addons/actions/package.json
# addons/backgrounds/package.json
# addons/controls/package.json
# addons/cssresources/package.json
# addons/design-assets/package.json
# addons/essentials/package.json
# addons/events/package.json
# addons/google-analytics/package.json
# addons/jest/package.json
# addons/queryparams/package.json
# addons/storysource/package.json
# addons/toolbars/package.json
# addons/viewport/package.json
# app/ember/package.json
# app/marko/package.json
# app/riot/package.json
# app/svelte/package.json
# dev-kits/addon-decorator/package.json
# dev-kits/addon-parameter/package.json
# dev-kits/addon-roundtrip/package.json
# lib/addons/package.json
# lib/channel-postmessage/package.json
# lib/channel-websocket/package.json
# lib/codemod/package.json
# lib/theming/package.json
# scripts/run-e2e-config.ts
2020-11-27 12:26:28 +01:00
Norbert de Langen
736389950a
upgrades
2020-11-26 17:16:23 +01:00
Norbert de Langen
92268d1648
cleanup run-registry script
2020-11-26 10:58:09 +01:00
Norbert de Langen
04acc44510
Change /dist to ESM && upgrade required dependencies to make this happen & deal with the consequences
2020-11-26 10:50:46 +01:00
Daniel Schmidt
6c029420b9
refactor: replace inquirer with prompts
2020-11-23 15:06:51 +01:00
merceyz
bf762f07b3
test: remove react as dependency from vue test
2020-11-20 22:42:04 +01:00
James Garbutt
a8fbab222d
remove core-js dependency
2020-11-19 20:01:15 +00:00
Gaëtan Maisse
e545ba0380
e2e: add react as additionalDeps in sfcVue E2E tests to tmp fix Yarn 2 E2E tests
2020-11-16 14:05:39 +01:00
Gaëtan Maisse
e440498fc6
e2e: update missing package extensions for Yarn 2 tests
2020-11-16 14:05:38 +01:00
Gaëtan Maisse
09ddc14d18
e2e: use unreleased version of Yarn 2 to fix issue with fsevents patch
2020-11-16 14:05:38 +01:00
Gaëtan Maisse
bb44e7c923
e2e: move dep install step before SB init
...
- This better mimic what user are doing when using SB init
- Ensure we have a proper yarn.lock before running `sb init` and so SB cli will use yarn instead of NPM.
2020-11-14 11:58:04 +01:00
Gaëtan Maisse
46ae6c3fe1
chore: replace del
by fs-extra
in reset script. Also fix it and remove del
dependency
2020-11-14 11:58:03 +01:00
Gaëtan Maisse
e1e9a3fab9
e2e: remove setResolution
step
2020-11-14 11:58:02 +01:00
Gaëtan Maisse
14ce0e9c8c
e2e: force usage of Yarn in Angular E2E tests
2020-11-14 11:58:02 +01:00
Gaëtan Maisse
03d8700057
ci: remove E2E tests for old versions of Angular (<=9)
2020-11-12 18:50:53 +01:00
Gaëtan Maisse
d922af0ec1
ci: move back angular E2E tests to classic executor as they rework on Node 10
2020-11-12 18:50:53 +01:00
Gaëtan Maisse
255fedc1a0
ci: add an E2E config for Angular 10 as latest in now Angular 11
2020-11-12 18:40:24 +01:00
Gaëtan Maisse
d2cbbb7c78
ci: try to fix publish
job by limiting the number of concurrent tasks
2020-11-03 21:27:10 +01:00
Gaëtan Maisse
6a01f37a7d
chore: add a log to know the level of concurrency in publishing task
2020-11-03 21:11:30 +01:00
Michael Shilman
e877faecdb
Merge branch 'next' into refactor/cssResourceTestToRTL
2020-11-03 14:12:03 +08:00
Clément DUNGLER
fdeb1a3eee
refactor: Move to RTL for css resource addon
2020-11-02 23:29:12 +01:00
Gaëtan Maisse
b1a0f4b074
Remove react
and react-dom
from required deps in E2E test configs
...
They are now regular deps of SB packages for all non-react app so there is no more need to add them explicitly.
2020-11-02 20:52:33 +01:00