Skip to content

Commit

Permalink
Merge branch 'main' into addTestForFundAndAttr
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamGaash authored Nov 20, 2024
2 parents d5e4fae + 6c8c3a9 commit b80d31f
Show file tree
Hide file tree
Showing 11 changed files with 1,621 additions and 627 deletions.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,15 @@
"code",
"test"
]
},
{
"login": "LeoBonjo",
"name": "Leo Green",
"avatar_url": "https://avatars.githubusercontent.com/u/139697327?v=4",
"profile": "https://github.com/LeoBonjo",
"contributions": [
"code"
]
}
]
}
2 changes: 0 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ env:
jobs:
test-with-coverage:
runs-on: ubuntu-22.04
env:
APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }}
steps:
- uses: actions/checkout@v3
- name: Use Node.js
Expand Down
12 changes: 10 additions & 2 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
needs: build
env:
APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }}
APPLITOOLS_LOG_DIR: ./logs
APPLITOOLS_SHOW_LOGS: true
steps:
- name: Download artifact
uses: actions/download-artifact@v4
Expand All @@ -86,8 +88,6 @@ jobs:
- name: Run test
run: npm test
- name: Run Storybook tests
env:
APPLITOOLS_BATCH_ID: ${{ github.sha }}
if: env.APPLITOOLS_API_KEY
run: npx -y @applitools/eyes-storybook --storybook-url http://localhost:3000/storybook/index.html
- name: Prepare playwright artifact directory
Expand All @@ -102,6 +102,14 @@ jobs:
with:
name: playwright
path: playwright-artifact
- name: upload logs if exists
if: always()
uses: actions/upload-artifact@v4
with:
name: logs
path: logs
if-no-files-found: warn


publish-test-results:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ https://github.com/hasadna/open-bus-map-search/blob/main/src/model/busStop.ts#L4
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/griseduardo"><img src="https://avatars.githubusercontent.com/u/34499486?v=4?s=100" width="100px;" alt="Eduardo Henrique Gris"/><br /><sub><b>Eduardo Henrique Gris</b></sub></a><br /><a href="#code-griseduardo" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/YaelChen"><img src="https://avatars.githubusercontent.com/u/51058584?v=4?s=100" width="100px;" alt="Yael Chen"/><br /><sub><b>Yael Chen</b></sub></a><br /><a href="#code-YaelChen" title="Code">💻</a> <a href="#test-YaelChen" title="Tests">⚠️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/LeoBonjo"><img src="https://avatars.githubusercontent.com/u/139697327?v=4?s=100" width="100px;" alt="Leo Green"/><br /><sub><b>Leo Green</b></sub></a><br /><a href="#code-LeoBonjo" title="Code">💻</a></td>
</tr>
</tbody>
</table>
Expand Down
15 changes: 15 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Security Policy

First of all, thank you! The fast you're here reading this tells what a great person you are. We truly appreciate your commitment toward a safer web for everyone.

## Supported Versions

Latest - since only the latest version is deployed to production, please avoid submitting security disclousers on older releases

## Reporting a Vulnerability

Please contact us on [email protected]
We appreciate responsible coordinated disclosures.
If you didn't recieve any update within a week, or it's an urgent matter we should immidiatly fix, please send a copy to [email protected].

Thank you
Loading

0 comments on commit b80d31f

Please sign in to comment.