Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/super-linter.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ VALIDATE_GITHUB_ACTIONS=true
VALIDATE_JSON=true
VALIDATE_MARKDOWN=true
VALIDATE_YAML=true
FIX_MARKDOWN=true
2 changes: 2 additions & 0 deletions .github/workflows/test-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
permissions:
contents: read
statuses: write
pull-requests: write


jobs:
testing:
Expand Down
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,11 @@ cypress/screenshots
# lerna
lerna-debug.log

tmp
tmp

# Super-linter outputs
super-linter-output
super-linter.log

# GitHub Actions leftovers
github_conf
4 changes: 1 addition & 3 deletions src/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,19 @@ keywords:
![Commerce Testing](_images/home-bg.jpeg)

# Commerce Testing

Learn how to test code for Adobe Commerce and Magento Open Source web-based storefronts.

Choose a reason for hiding this comment

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

[markdownlint-fix] reported by reviewdog 🐶

Suggested change
Learn how to test code for Adobe Commerce and Magento Open Source web-based storefronts.
Learn how to test code for Adobe Commerce and Magento Open Source web-based storefronts.


<Resources slots="heading, links"/>

## Resources

* [Commerce open-source projects](https://developer.adobe.com/open/magento)
* [Community Slack workspace](https://opensource.magento.com/slack)
- [Community Slack workspace](https://opensource.magento.com/slack)

Choose a reason for hiding this comment

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

[markdownlint-fix] reported by reviewdog 🐶

Suggested change
- [Community Slack workspace](https://opensource.magento.com/slack)
* [Community Slack workspace](https://opensource.magento.com/slack)

* [Contributor statistics](https://developer.adobe.com/open/magento/statistic)

## Overview

This documentation provides resources for testing code for Adobe Commerce and Magento Open Source.

## Discover

Choose a reason for hiding this comment

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

[markdownlint-fix] reported by reviewdog 🐶

Suggested change
## Discover
## Discover


Use these sections to learn about testing.
Expand Down
Loading