You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Thank you for Contributing
5
5
6
6
We want to make it as easy as possible to contribute changes.
7
7
8
-
Follow the requirements below for __[Creating Issues](https://github.com/redvanworkshop/accessibility-tester/issues/new)__ and __[Pull Requests](https://github.com/redvanworkshop/accessibility-tester/pull/new)__, to keep everything simple for everyone :)
8
+
Follow the requirements below for __[Creating Issues](https://github.com/sfccdevops/accessibility-tester/issues/new)__ and __[Pull Requests](https://github.com/sfccdevops/accessibility-tester/pull/new)__, to keep everything simple for everyone :)
_Built using [pa11y](https://github.com/pa11y/pa11y). Customized for RVW Developers & Clients._
79
+
_Built using [pa11y](https://github.com/pa11y/pa11y). Customized for Salesforce Commerce Cloud Developers & Clients._
80
+
81
+
Disclaimer
82
+
---
83
+
84
+
> The trademarks and product names of Salesforce®, including the mark Salesforce®, are the property of Salesforce.com. SFCC DevOps is not affiliated with Salesforce.com, nor does Salesforce.com sponsor or endorse the SFCC DevOps products or website. The use of the Salesforce® trademark on this project does not indicate an endorsement, recommendation, or business relationship between Salesforce.com and SFCC DevOps.
Here's another example using CLI `action`paramater:
49
+
Here's another example using CLI `action`parameter:
50
50
51
51
```bash
52
-
rvw-a11y https://mywebsite.com --actions='set field #username to [email protected]''set field #password to abc123''click element #submit'
53
-
rvw-a11y https://mywebsite.com -a 'set field #username to [email protected]''set field #password to abc123''click element #submit'
52
+
sfcc-a11y https://mywebsite.com --actions='set field #username to [email protected]''set field #password to abc123''click element #submit'
53
+
sfcc-a11y https://mywebsite.com -a 'set field #username to [email protected]''set field #password to abc123''click element #submit'
54
54
```
55
55
56
56
Below is a reference of all the available actions and what they do on the page. Some of these take time to complete so you may need to increase the `timeout` option if you have a large set of actions.
@@ -154,4 +154,4 @@ This action allows you to navigate to a new URL if, for example, the URL is inac
Some websites are protected from viewing by Basic HTTP Authentication. In order to run accessibility tests on these protected websites, you will need to configure tests with authentication data.
13
13
14
14
However, you might not want to put a `username` and `password` in your config file. Use this command to generate a token that will keep your info secure.
15
15
16
16
```bash
17
-
rvw-a11y auth
17
+
sfcc-a11y auth
18
18
```
19
19
20
20
This command will generate a token that looks like this: `bWVAZW1haWwuY29tOmFiYzEyMw==`. Below are two different ways to add authentication data.
0 commit comments