Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@ First, install the programs required to run the application:


Next, clone this repository:
```
```bash
git clone https://github.com/OasisDEX/e2e-tests.git
```

Go to the repo directory and install the dependencies:
```
```bash
yarn install
```


## 3. Environment variables
To run the tests locally you will need to create a `.env` file. You can create a copy from `.env.example` file by running:
```
```bash
cp .env.example .env
```

Expand Down Expand Up @@ -161,4 +161,4 @@ of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is
distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied. See the License for the specific language governing permissions and limitations under the
License.
License.