Skip to content

Commit

Permalink
OZ-354: Refactored 'ozone-e2e-pro' → 'ozone-e2e' in README. (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaud authored Feb 16, 2024
1 parent dd00cad commit 5615e8d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
},
{
"type": "link",
"url": "https://github.com/ozone-his/ozone-e2e-pro",
"url": "https://github.com/ozone-his/ozone-e2e",
"text": "${{ github.repository }}",
"style": {
"bold": false
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Ozone E2E Test Suite

[![Ozone E2E Tests](https://github.com/ozone-his/ozone-e2e-pro/actions/workflows/pro.yml/badge.svg)](https://github.com/ozone-his/ozone-e2e-pro/actions/workflows/pro.yml)
[![Ozone E2E Tests](https://github.com/ozone-his/ozone-e2e/actions/workflows/pro.yml/badge.svg)](https://github.com/ozone-his/ozone-e2e/actions/workflows/pro.yml)

Welcome to Ozone automated test suite.

- [Setup Steps](#setup-steps)
* [Step 1. Setup the project](#step-1-setup-the-project)
* [Step 2. Run Ozone e2e tests](#step-2-run-ozone-e2e-tests)
* [Step 2. Run Ozone e2e tests](#step-2-run-ozone-e2e)
- [Configurations](#configurations)
- [Project Structure](#project-structure)
- [Guide for writing tests](#guide-for-writing-tests)
Expand All @@ -21,12 +21,12 @@ Welcome to Ozone automated test suite.
Clone the project

```sh
git clone https://github.com/ozone-his/ozone-e2e-pro
git clone https://github.com/ozone-his/ozone-e2e
```
Navigate into the project

```sh
cd ozone-e2e-pro
cd ozone-e2e
```

Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ozone-e2e-tests",
"name": "ozone-e2e",
"version": "1.0.0",
"description": "",
"main": "index.js",
Expand Down

0 comments on commit 5615e8d

Please sign in to comment.