You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`make htmlui-e2e-test` - HTML UI end-to-end tests (10 minutes timeout)
169
164
170
-
**Race Detector Tests:**
171
-
```bash
172
-
make test UNIT_TEST_RACE_FLAGS=-race UNIT_TESTS_TIMEOUT=1200s
173
-
```
174
-
175
165
## Common Issues & Workarounds
176
166
177
167
### Build Issues
@@ -197,17 +187,16 @@ make test UNIT_TEST_RACE_FLAGS=-race UNIT_TESTS_TIMEOUT=1200s
197
187
198
188
3.**Integration test binary:** Must build integration test binary explicitly with `make build-integration-test-binary` before running integration tests.
199
189
200
-
4.**Provider tests require environment:** Provider tests need KOPIA_PROVIDER_TEST=true and rclone binary available.
190
+
4.**Provider tests require environment:** Provider tests need KOPIA_PROVIDER_TEST=true and storage credentials.
201
191
202
192
### Environment Variables
203
193
204
194
**Important variables for CI/tests:**
205
195
-`UNIX_SHELL_ON_WINDOWS=true` - Required for Windows builds
@@ -408,4 +396,7 @@ make test UNIT_TEST_RACE_FLAGS=-race UNIT_TESTS_TIMEOUT=1200s
408
396
- node - JavaScript runtime for app builds
409
397
- hugo - Static site generator for website
410
398
411
-
10.**Trust these instructions** - These instructions have been validated by running all commands. Only search for additional information if something fails or if these instructions are incomplete or incorrect.
399
+
10. Do not commit executables or binary artifacts to the git repository.
400
+
Do not modify `.gitignore` files.
401
+
402
+
11.**Trust these instructions** - These instructions have been validated by running all commands. Only search for additional information if something fails or if these instructions are incomplete or incorrect.
0 commit comments