-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
afd3409
commit e907abc
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@nervosnetwork/neuron-e2e", | ||
"version": "0.112.0", | ||
"version": "0.114.3", | ||
"description": "E2E tests of Neuron", | ||
"author": "Keith <[email protected]>", | ||
"homepage": "https://github.com/nervosnetwork/neuron#readme", | ||
|
@@ -13,7 +13,7 @@ | |
}, | ||
"scripts": { | ||
"build:e2e": "cd .. && yarn package:e2e", | ||
"test:e2e": "npx cross-env NODE_ENV=test npx playwright test" | ||
"test:e2e": "npx playwright test" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/nervosnetwork/neuron/issues" | ||
|
e907abc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Packaging for test is done in 9091286386