Skip to content

Commit 0abe823

Browse files
authored
Merge pull request #30 from Dexterp37/fix_tests_win
Fix running integration tests on Windows
2 parents d576de1 + 60adc56 commit 0abe823

File tree

4 files changed

+6236
-565
lines changed

4 files changed

+6236
-565
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,4 @@ dist
117117

118118
# Generated web-extension file for Firefox
119119
*.xpi
120+
web-ext-artifacts/

tests/utils/webext/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export async function setupFirefox(headless: boolean): Promise<WebDriver> {
4444
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
4545
// @ts-ignore
4646
browser.installAddon(
47-
path.resolve(__dirname, "sample/out.xpi"),
47+
path.resolve(__dirname, "sample/web-ext-artifacts/gleanjs-test-addon-0.0.1.zip"),
4848
true
4949
);
5050
} catch {

0 commit comments

Comments
 (0)