michaelkeiluweit / selenium-codeception-docker-container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This is a template project to get a Docker container up and running with a working selenium server, a headless Chrome browser and the Codeception framework as Composer dependency.

Software

  • PHP 8.2
  • Google Chrome (+ Driver) 119.0.6045.105
  • NVM 0.39.5
    • Node 20.9.0
    • NPM 10.1.0

Installation

docker build --tag=phpsel .
docker-compose up -d

Usage

docker-compose exec php bash
php ./vendor/bin/codecept run --steps

Resources

About


Languages

Language:Dockerfile 83.5%Language:PHP 12.7%Language:Shell 3.8%