Skip to content

Mariyo/codespaces-php-selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project setup

Run the following command to install the dependencies:

make setup

Open your browser and navigate to http://localhost:8000 to see the application in action.

Development

To start a PHP built-in server, run:

make start

Dependencies

Run following command to add composer dependency:

make composer require --dev testcontainers/testcontainers

Debugging in Codespaces

Open Run and Debug side bar, select Listen for XDebug and start debugging.

To see the Selenium Chrome browser in Codespaces via VNC, open: https://CODESPACE-HOST-ON-PORT-7900.app.github.dev?autoconnect=1&resize=scale&password=secret

Get feedback from tests

Run the following command to run the tests:

make feedback

About

Proof of concept of Selenium setup on GitHub Codespaces

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors