File tree Expand file tree Collapse file tree 6 files changed +100
-2
lines changed Expand file tree Collapse file tree 6 files changed +100
-2
lines changed Original file line number Diff line number Diff line change 1+ name : javascript-cypress-js
2+ on :
3+ push :
4+ branches : [ master ]
5+ pull_request :
6+ branches : [ master ]
7+ workflow_dispatch :
8+ jobs :
9+ test :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - uses : actions/checkout@v2
13+ - uses : actions/setup-node@v2
14+ with :
15+ node-version : ' 14'
16+ - run : API_KEY=${{ secrets.API_KEY }} make ci-env
17+ - run : cd javascript-cypress-js && make test
18+
Original file line number Diff line number Diff line change 1+ name : javascript-cypress-mailslurp
2+ on :
3+ push :
4+ branches : [ master ]
5+ pull_request :
6+ branches : [ master ]
7+ workflow_dispatch :
8+ jobs :
9+ test :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - uses : actions/checkout@v2
13+ - uses : actions/setup-node@v2
14+ with :
15+ node-version : ' 14'
16+ - run : API_KEY=${{ secrets.API_KEY }} make ci-env
17+ - run : cd javascript-cypress-mailslurp && make test
18+
Original file line number Diff line number Diff line change 1+ name : javascript-jest-puppeteer
2+ on :
3+ push :
4+ branches : [ master ]
5+ pull_request :
6+ branches : [ master ]
7+ workflow_dispatch :
8+ jobs :
9+ test :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - uses : actions/checkout@v2
13+ - uses : actions/setup-node@v2
14+ with :
15+ node-version : ' 14'
16+ - run : API_KEY=${{ secrets.API_KEY }} make ci-env
17+ - run : cd javascript-jest-puppeteer && make test
18+
Original file line number Diff line number Diff line change 1+ name : javascript-testcafe
2+ on :
3+ push :
4+ branches : [ master ]
5+ pull_request :
6+ branches : [ master ]
7+ workflow_dispatch :
8+ jobs :
9+ test :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - uses : actions/checkout@v2
13+ - uses : actions/setup-node@v2
14+ with :
15+ node-version : ' 14'
16+ - run : API_KEY=${{ secrets.API_KEY }} make ci-env
17+ - run : cd javascript-testcafe && make test
18+
Original file line number Diff line number Diff line change 1+ name : javascript-webdriver-io
2+ on :
3+ push :
4+ branches : [ master ]
5+ pull_request :
6+ branches : [ master ]
7+ workflow_dispatch :
8+ jobs :
9+ test :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - uses : actions/checkout@v2
13+ - uses : actions/setup-node@v2
14+ with :
15+ node-version : ' 14'
16+ - run : API_KEY=${{ secrets.API_KEY }} make ci-env
17+ - run : cd javascript-webdriver-io && make test
18+
Original file line number Diff line number Diff line change @@ -8,11 +8,19 @@ See the `README.md` in each module for more information.
88
99See developer page for [ more guides and documentation] ( https://www.mailslurp.com/developers/ ) .
1010
11+ ## Javascript
1112
1213| Project | Test status |
1314| --- | --- |
14- | [ Javascript Axios] ( ./javascript-axios ) | ![ javascript-axios] ( https://github.com/mailslurp/examples/actions/workflows/javascript-axios.yml/badge.svg?branch=master ) |
15-
15+ | [ Axios Email Test] ( ./javascript-axios ) | ![ javascript-axios] ( https://github.com/mailslurp/examples/actions/workflows/javascript-axios.yml/badge.svg?branch=master ) |
16+ | [ Cypress JS Email Test] ( ./javascript-cypress-js ) | ![ javascript-cypress-js] ( https://github.com/mailslurp/examples/actions/workflows/javascript-cypress-js.yml/badge.svg?branch=master ) |
17+ | [ Cypress Mailslurp Plugin Email Test] ( ./javascript-cypress-mailslurp ) | ![ javascript-cypress-mailslurp] ( https://github.com/mailslurp/examples/actions/workflows/javascript-cypress-mailslurp.yml/badge.svg?branch=master ) |
18+ | [ Jest Puppeteer Email Test] ( ./javascript-jest-puppeteer ) | ![ javascript-jest-puppeteer] ( https://github.com/mailslurp/examples/actions/workflows/javascript-jest-puppeteer.yml/badge.svg?branch=master ) |
19+ | [ Testcafe Email Test] ( ./javascript-testcafe ) | ![ javascript-testcafe] ( https://github.com/mailslurp/examples/actions/workflows/javascript-testcafe.yml/badge.svg?branch=master ) |
20+ | [ Webdriver WDIO Email Test] ( ./javascript-webdriver-io ) | ![ javascript-webdriver-io] ( https://github.com/mailslurp/examples/actions/workflows/javascript-webdriver-io.yml/badge.svg?branch=master ) |
21+
22+ <br />
23+ <hr />
1624
1725## Running locally
1826If you wish to run these examples yourself:
You can’t perform that action at this time.
0 commit comments