Skip to content

Commit

Permalink
Remove Wallaby.Phantom (elixir-wallaby#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg authored Jun 15, 2020
1 parent 0c3278b commit 0c68d4e
Show file tree
Hide file tree
Showing 25 changed files with 15 additions and 2,786 deletions.
46 changes: 0 additions & 46 deletions .github/workflows/phantom.yml

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Master

### Remove `Wallaby.Phantom`

The PhantomJS driver was deprecated in v0.25.0 because it is no longer maintained and does not implement many modern browser features.

Users are encouraged to switch to the `Wallaby.Chrome` driver, which is now the default. `Wallaby.Chrome` requires installing `chromedriver` as well as Google Chrome, both of which now come pre-installed on many CI platforms.

## 0.25.1 (2020-06-09)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion integration_test/cases/browser/js_errors_test.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
defmodule Wallaby.Integration.Phantom.JSErrorsTest do
defmodule Wallaby.Integration.JSErrorsTest do
use Wallaby.Integration.SessionCase, async: true

import ExUnit.CaptureIO
Expand Down
5 changes: 0 additions & 5 deletions integration_test/phantom/all_test.exs

This file was deleted.

32 changes: 0 additions & 32 deletions integration_test/phantom/configuration_test.exs

This file was deleted.

27 changes: 0 additions & 27 deletions integration_test/phantom/current_path_test.exs

This file was deleted.

12 changes: 0 additions & 12 deletions integration_test/phantom/send_keys.exs

This file was deleted.

209 changes: 0 additions & 209 deletions integration_test/phantom/starting_sessions_test.exs

This file was deleted.

11 changes: 0 additions & 11 deletions integration_test/phantom/test_helper.exs

This file was deleted.

Loading

0 comments on commit 0c68d4e

Please sign in to comment.