Skip to content

Commit 498934b

Browse files
committed
chore(docs): remove localhost requirement section
1 parent 5a2832a commit 498934b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

-6
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,6 @@ When `AI_DISABLED` is set to true the run for `A11yWatch` may increase.
112112
If you experience issues on your CI you may have to toggle the `UPGRADE` input to true in order to get the latest docker images.
113113
We need docker in order to build the appliciation in quickly since we have some services that need to compile that may take awhile.
114114

115-
## Localhost Testing
116-
117-
If you are trying to run a website that is running `localhost` inside a docker container you need to use your computers `hostname`.
118-
119-
Set the input using the `$(hostname)` prefix like `WEBSITE_URL=$(hostname):3000` with the port to test.
120-
121115
## CLI
122116

123117
In order to get the results of the run in json run `results_json="$(a11ywatch -r)"` across any step after the action.

0 commit comments

Comments
 (0)