Skip to content

Commit 577c2f2

Browse files
committed
modifie the readme
1 parent 9761813 commit 577c2f2

4 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/docs/Thumbnail.png

547 KB
Loading

.github/workflows/code-quality-pipline.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
id: uiTest
112112
uses: cypress-io/github-action@v2
113113
with:
114+
install: false
114115
start: yarn ci:app:start
115116
wait-on: 'http://localhost:5050'
116117
wait-on-timeout: 300

.github/workflows/manually-triggered-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
id: uiTest
6262
uses: cypress-io/github-action@v2
6363
with:
64+
install: false
6465
browser: ${{ matrix.browser }}
6566
headless: true
6667
command: yarn ci:cy:run -- --env TESTING_URL=${{github.event.inputs.TESTING_URL}}

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ UTasks is a **[Todoist](https://todoist.com/)** clone, meant for testing purpose
1010

1111
- A simple feature-rich website but a bit tricky to work with.
1212
- Simple & easy to set up and run in your local machine or deploy it publicly
13+
- A unique identifier **`data-testid`**for mostly of all of the fields in the app
1314
- Doesn't require a lot of knowledge to set it up "Just a **[Google Account](https://accounts.google.com/signup/)** and **[Nodejs](https://nodejs.org/en/)**"
1415
- Created using **[Create React App](https://create-react-app.dev/)** as **Frontend** and **[Firestore](https://firebase.google.com/docs/firestore)** as **Backend**
1516

@@ -43,7 +44,8 @@ To setup you own, check out the **[Prerequisites](#Prerequisites)**,and the **[S
4344

4445
## :building_construction: Setup
4546

46-
> **_NOTE:_** You can watch this 10 mins video **[Setup Utasks](https://www.youtube.com/)** for the full setup.
47+
> **_NOTE:_** You can watch this 8 mins video for the full setup.
48+
> [![Setup and host a Utasks (Todoist react web app clone ) with firebase](.github/docs/Thumbnail.png)](https://www.youtube.com/watch?v=G1LDMj59SUs 'Setup and host a Utasks (Todoist react web app clone ) with firebaseE')
4749
4850
- Get the source code in your machine (Using one of the following options):
4951

0 commit comments

Comments
 (0)