You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ If you don't know what Theia is, then you likely want the full [Fusion Studio ID
14
14
*[Fusion Studio API](https://github.com/evolvedbinary/fusion-studio-api) installed in a compatible [FusionDB Server](https://www.fusiondb.com) or [eXist-db](https://www.exist-db.org) database.
15
15
16
16
#### For building
17
-
*[Node 12](https://nodejs.org/dist/v12.18.3/). `>= 12.18.3` (it should most likely be installed with[nvm](https://github.com/nvm-sh/nvm))
18
-
* Node 10 may work, and Node 14 should work... however we are focused on Node 12 compatibility.
* Node `12` should workshould work..., however we are focused on Node `LTS` compatibility.
19
19
*[Yarn](https://yarnpkg.com). `> 1.15.x` (it can easily be installed globally via npm (Node Package Manager), but you should be aware this has a small [security implication](https://classic.yarnpkg.com/en/docs/install/#install-via-npm). npm is installed when you install Node).
20
20
*[Python](https://www.python.org/)`>= 3.7.7.` (if your system does not provide it, consider using [pyenv](https://github.com/pyenv/pyenv)).
21
21
If you are having trouble building and have multiple versions of Python installed via `pyenv` or any other mechanism, see the [Debugging Python Build Issues](#debugging-python-build-issues) section).
@@ -45,7 +45,7 @@ then the following information may be useful.
45
45
The following commands will install the required packages and setup Python 3 via pyenv on Ubuntu 20.04.
To run the integrations tests you need a running database with the fusion-studio-api installed. It should be reachable at `localhost:8080` and have an empty admin password. You can then run the integration test GUI locally by using:
120
-
```bash
121
-
yarn run cypress open
122
-
```
123
-
or in cases where the above fails to load the [cypress test runner](https://docs.cypress.io/guides/core-concepts/test-runner.html#Overview), use:
119
+
To run the integrations tests you need a running database with the [fusion-studio-api](https://github.com/evolvedbinary/fusion-studio-api) installed. It should be reachable at `localhost:8080` and have an empty admin password.
124
120
```bash
125
121
npx cypress open
126
122
```
127
123
128
-
Integration tests are also run on travis. To see a similar command line style output use:
124
+
Integration tests are also run on circleCI. To use the electron headless browser via command line use:
0 commit comments