Hello. During running the 2e2 from the . edx-e2e-tests <https://github.com/edx/edx-e2e-tests> test the mistake occurs.
1. I was installed the project git clone https://github.com/edx/edx-e2e-tests 2. Then I run the docker-compose up --build 3. Then run the console *docker exec -it edxe2etests /bin/bash * 4. *Then run pip install -r requirements/base.txt * 5. *Apply it source local_env.sh * 6. *paver install_pages* *Mistake* *" Please specify the firefox binary location or install firefox"* *RuntimeError: Could not find firefox in your system PATH. Please specify the firefox binary location or install firefox.* *1. *I tried manually run the FF - *apt-get remove iceweasel * - *echo -e "\ndeb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main" | tee -a /etc/apt/sources.list > /dev/null * - *apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C1289A29 * - *apt-get update * - *curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && apt-get update -y * - *sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1397BC53640DB551 * - *apt-get update * - *apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B7B9C16F2667CA5C * - *apt-get install firefox-mozilla-build * *2. I tried the *export PATH="$PATH:/home/firefox" inside the. If you have solution or advice please help. Thanks) -- You received this message because you are subscribed to the Google Groups "General Open edX discussion" group. To view this discussion on the web visit https://groups.google.com/d/msgid/edx-code/7225ab76-ee00-4ea0-89dd-88e6399d6a67%40googlegroups.com.
