Skip to content

Commit

Permalink
standard/technical/build: Remove now-automated steps for ChromeDriver
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Aug 22, 2023
1 parent 62a6208 commit f845ef5
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions docs/standard/technical/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,47 +47,12 @@ Install the requirements:
Run tests
---------

.. admonition:: One-time setup

Install Chrome. On Linux:

.. code-block:: shell
curl -O https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install ./google-chrome-stable_current_amd64.deb
Install ChromeDriver. On Linux:

.. code-block:: shell
curl -O https://chromedriver.storage.googleapis.com/2.37/chromedriver_linux64.zip
unzip chromedriver_linux64.zip -d chromedriver
Or, on macOS:

.. code-block:: shell
curl -O https://chromedriver.storage.googleapis.com/2.37/chromedriver_mac64.zip
unzip chromedriver_mac64.zip -d chromedriver
Build the documentation:

.. code-block:: shell
make
Add ChromeDriver to the ``PATH``. Using Bash:

.. code-block:: shell
export PATH=$PATH:`pwd`/chromedriver
Or, using fish shell:

.. code-block:: shell
set PATH $PATH chromedriver
Run the tests:

.. code-block:: shell
Expand Down

0 comments on commit f845ef5

Please sign in to comment.