Skip to content

Commit

Permalink
Update Testing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias authored Dec 15, 2024
1 parent 75439a8 commit 7406975
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/readme/Testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The instance config is 2 CPUs and 4 GB RAM. You have 120 CPU hours per month fre
```
9. Create a `tmp` folder, which we will use to copy files from our machine, by pasting this in the terminal:
```bash
mkdir tmp && mkdir mnt && mkdir data
mkdir tmp && mkdir final && mkdir data
```

### Each resume and after the first setup
Expand Down Expand Up @@ -67,14 +67,14 @@ Do step 11 from above.
```bash
git pull
git checkout --theirs .
cargo run --release -- mount -m mnt -d data
cargo run --release -- mount -m final -d data
```
6. Input a password and confirm it the first time

You can now perform two types of tests; see below. In both cases, follow these steps.

7. Copy files and folders from your local machine to `tmp` folder in VSCode
8. Copy files and folders from `tmp` to `mnt` and then do your operations the data in `nnt` folder
8. Copy files and folders from `tmp` to `final` and then do your operations the data in `nnt` folder
9. Make sure files were copied successfully by right-clicking a file and then `Download...` and save it to local machine and making sure it opens correctly

#### Exploratory testing
Expand Down

0 comments on commit 7406975

Please sign in to comment.