Files
flipper/desktop/e2e
Chaiwat Ekkaewnumchai 9f931db91f Upgrade Electron to Version 9 (#1224)
Summary:
Pull Request resolved: https://github.com/facebook/flipper/pull/1224

Upgrade Electron-related dependencies to version 9.

Changes includes:
- force `fetch` to `no-cors` mode to get rid of CORS policy error while upgrading to version 9
- `keytar` returns promises so changes to reflect that ([reference](https://github.com/atom/node-keytar/blob/master/keytar.d.ts))

Reviewed By: passy

Differential Revision: D21862765

fbshipit-source-id: 25e236ee568934ee9c64dcc90f2fc9648c905b6a
2020-06-19 03:57:00 -07: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