Files
flipper/desktop/e2e
Anton Nikolaev dbc888613b Do not bump every package version for every release
Summary:
This diff sets all package version to "0.0.0" except of the root package and changes the bump script to only bump version in the root package. This should reduce possibility of conflicts on release diffs. Anyway we always use the same version for all of our packages, so we can only set it to the root.

Before npm publishing we will set all package versions to the same number as in the root package (we actually already do that) so there will be no differences except we won't need to bump version in  more than 100 packages each release.

Reviewed By: mweststrate

Differential Revision: D25162373

fbshipit-source-id: 02fe401bee72845339c67925c130027bdaee559d
2020-12-02 02:38:47 -08:00
..
2020-04-28 07:04:11 -07:00
2020-04-28 07:04:11 -07:00
2020-04-28 07:04:11 -07:00

Flipper E2E

Work In Progress

This is an expanding collection of end-to-end tests for Flipper.

Running

Currently, running is only supported on MacOS and requires a built version of Flipper:

$ cd flipper/desktop
$ yarn
$ yarn build --mac
$ cd e2e/
$ yarn test