Skip to content

Commit

Permalink
Update broken README.md link to XVFB.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson authored Nov 24, 2023
1 parent e0dcf50 commit 8c086da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# XVFB Github Action

This action installs [XVFB](http://elementalselenium.com/tips/38-headless) and runs your headless tests with it. It cleans up the xvfb process after your tests are done. If it detects you're not using linux then your tests still run, but without xvfb, which is very practical for multi-platform workflows.
This action installs [XVFB](https://elementalselenium.com/docs/headless-chrome/72-headless-chrome) and runs your headless tests with it. It cleans up the xvfb process after your tests are done. If it detects you're not using linux then your tests still run, but without xvfb, which is very practical for multi-platform workflows.

### Example usage

Expand Down

0 comments on commit 8c086da

Please sign in to comment.