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
{{ message }}
This repository was archived by the owner on May 30, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: browser/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ You can run the live, dynamically built version of the Samplestack browser with
20
20
21
21
You can also execute end-to-end tests of this configuration, where the browser code is tested with the Java middle-tier.
22
22
23
-
We'll call this kind of development a **mixed enviuronment**. These configurations are discussed below.
23
+
We'll call this kind of development a **mixed environment**. These configurations are discussed below.
24
24
25
25
### Running the Application in a Mixed Environment
26
26
@@ -40,7 +40,7 @@ In this configuration, the browser is hosted on port 3000 (http://loalhost:3000/
40
40
41
41
The behavior of the `gulp e2e` command is discussed in general in the [JavaScript README](../README-JavaScript). The following flags may be included in `gulp e2e` commands to run them in mixed mode.
42
42
43
-
-`middle-tier=external`: use this flag to cause e2e tests to be run against the Java middle-tier, when you have already launched the Java middle-tier code in a separate terminal (and you have a **clean and completel** database setup already performed).
43
+
-`middle-tier=external`: use this flag to cause e2e tests to be run against the Java middle-tier, when you have already launched the Java middle-tier code in a separate terminal (and you have a **clean and complete** database setup already performed).
44
44
-`middle-tier=java`: use this flag to cause e2e tests to use the gradle commands themselves to configure/reconfigure the database "from scratch", and then automatically launch the Java middle-tier.
0 commit comments