Skip to content

Commit a6552d6

Browse files
committed
Published meteortesting:[email protected]
1 parent 36b8b4d commit a6552d6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ [email protected]
88
99
1010
11-
meteortesting:browser-tests@1.4.2
11+
meteortesting:browser-tests@1.5.1
1212
1313
1414

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 1.5.1
4+
Fix: Playwright client not terminating after client tests
5+
36
## 1.5.0
47

58
Add: Set PLAYWRIGHT_BROWSER to use different Playwright browser. Defaults to 'chromium'.

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Package.describe({
33
summary:
44
'A helper package for Meteor test driver packages. Runs client tests in a headless browser.',
55
git: 'https://github.com/meteortesting/meteor-browser-tests.git',
6-
version: '1.5.0',
6+
version: '1.5.1',
77
testOnly: true,
88
});
99

0 commit comments

Comments
 (0)