Skip to content

Commit 3f6d197

Browse files
committed
small update
1 parent f6b511c commit 3f6d197

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,16 @@ Our e2e test suite can be run on either Firefox or Chrome. Here's how to get sta
113113

114114
#### Preparing a Test Build
115115

116-
Before running e2e tests, ensure you've run `yarn install` to download ependencies. Next, you'll need a test build. You have 3 options:
116+
Before running e2e tests, ensure you've run `yarn install` to download dependencies. Next, you'll need a test build. You have 3 options:
117117

118-
1. Use `yarn download-builds:test` to quickly download and unzip test builds for Chrome and Firefox into the `./dist/` folder.
118+
1. Use `yarn download-builds:test` to quickly download and unzip test builds for Chrome and Firefox into the `./dist/` folder. This method is fast and convenient for standard testing.
119119
2. Create a custom test build: for testing against different build types, use `yarn build:test`. This command allows you to generate test builds for various types, including:
120120
- `yarn build:test` for main build
121121
- `yarn build:test:flask` for flask build
122122
- `yarn build:test:mmi` for mmi build
123123
- `yarn build:test:mv3` for mv3 build
124-
3. Start a test build with live changes: `yarn start:test` is particularly useful for development. It starts a test build that automatically recompiles application code upon changes. This option is ideal for iterative testing and development. This command also allows you to generate test builds for various types, including:
124+
3. Start a test build with live changes: `yarn start:test` is particularly useful for development. It starts a test build that automatically recompiles application code upon changes.This option is ideal for iterative testing and development.
125+
This command also allows you to generate test builds for various types, including:
125126
- `yarn start:test` for main build
126127
- `yarn start:test:flask` for flask build
127128
- `yarn start:test:mv3` for mv3 build

0 commit comments

Comments
 (0)