Skip to content

Commit

Permalink
fix http-server
Browse files Browse the repository at this point in the history
  • Loading branch information
straker committed Jun 16, 2023
1 parent 0d5f042 commit ad8c2f7
Show file tree
Hide file tree
Showing 4 changed files with 771 additions and 5 deletions.
2 changes: 1 addition & 1 deletion playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"repository": "dequelabs/axe-core-maven-html",
"scripts": {
"start": "http-server ./node_modules/axe-test-fixtures/fixtures -p 1337 --silent"
"start": "http-server ./node_modules/axe-test-fixtures/fixtures -a \"\" -p 1337 --silent"
},
"dependencies": {
"axe-core": "^4.7.0"
Expand Down
2 changes: 1 addition & 1 deletion selenium/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ mvn clean install
To run the tests and start the test fixture server:

```shell
cd selenium/node_modules/axe-test-fixtures/fixtures && python -m http.server 8001
npm start
```

```shell
Expand Down
Loading

0 comments on commit ad8c2f7

Please sign in to comment.