Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added workflow to test accessibility issues #47

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Palaksharma23
Copy link
Member

No description provided.

@vercel
Copy link

vercel bot commented Aug 23, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
ui-library ✅ Ready (Inspect) Visit Preview Aug 26, 2022 at 2:56PM (UTC)

Copy link
Member

@HarshCasper HarshCasper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see why the CI has not been triggered. Did the YAML syntax show some warnings/errors on your VS Code?

@@ -0,0 +1,24 @@
name: "UI Tests"

on: push
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Run this job only on pull requests

- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "14.x"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Give a line break after each step

jobs:
# Run interaction and accessibility tests
interaction-and-accessibility:
runs-on: ubuntu-latest
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Give a line break after each step

- name: Install Playwright
run: npx playwright install --with-deps
- name: Build Storybook
run: yarn build-storybook --quiet
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Give a line break after each step

with:
node-version: "14.x"
- name: Install dependencies
run: yarn
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Give a line break after each step

- name: Install dependencies
run: yarn
- name: Install Playwright
run: npx playwright install --with-deps
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Give a line break after each step

@Palaksharma23
Copy link
Member Author

I don't see why the CI has not been triggered. Did the YAML syntax show some warnings/errors on your VS Code?

No it was not showing any error or warning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants