This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #430 from klaytn/release/v1.6.0
[Master] release/v1.6.0 QA Sign-off
- Loading branch information
Showing
23 changed files
with
3,098 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,9 @@ defaults: &defaults | |
docker: | ||
- image: kjhman21/node:10.15.3-mocha | ||
|
||
orbs: | ||
cypress: cypress-io/[email protected] | ||
|
||
jobs: | ||
test: | ||
<<: *defaults | ||
|
@@ -19,6 +22,25 @@ jobs: | |
- run: | ||
name: "Run test code" | ||
command: npm test | ||
- run: | ||
name: "Run test on Web env" | ||
command: | | ||
sudo apt update | ||
sudo apt-get install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb | ||
cd ./test/test-web | ||
./prepareWebTest.sh | ||
npm run cypress:run | ||
./terminateTest.sh | ||
cypress/run: | ||
<<: *defaults | ||
steps: | ||
- checkout | ||
- run: | ||
name: "Run test on Web env" | ||
command: | | ||
cd ./test/test-web | ||
./prepareWebTest.sh | ||
./runWebEnvTest.sh | ||
tag_verify: | ||
<<: *defaults | ||
|
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 |
---|---|---|
|
@@ -12,4 +12,5 @@ node_modules/ | |
package-lock.json | ||
.git | ||
dist/* | ||
caver-cli | ||
caver-cli | ||
test/test-web/* |
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
Oops, something went wrong.