Skip to content

Commit

Permalink
chore: update jacoco dep (#320)
Browse files Browse the repository at this point in the history
* chore: update jacoco dep

* fix http-server
  • Loading branch information
straker authored Jun 20, 2023
1 parent 2b9d6a3 commit c5c5b2f
Show file tree
Hide file tree
Showing 6 changed files with 774 additions and 8 deletions.
4 changes: 2 additions & 2 deletions playwright/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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"
"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 playwright/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
<version>0.8.10</version>
<executions>
<execution>
<goals>
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 c5c5b2f

Please sign in to comment.