Simple hello world tests using selenium and seleniumjs4all on this pages:
- wikipedia
- youtube
- github
More technical details can be found here https://github.com/usil/seleniumjs4all
- nodejs >= 16
npm install
npm run start
Just wait until the end
If you don't have any error, you should have this log in the shell or cmd:
and in the report folder you will find a folder with the execution id:
To force a failure you can change some expected values in the settings.json file. For example change the CEO name here
and run again the tests with
npm run start
You will see all the error log and an html report (with a folder with the execution id as name) with the error and a screenshot of the error.
docker build -t acme-tests .
If your tests has variables, add them in this line #ENV_VAR_HERE of Dockerfile in format ENV foo=bar
JRichardsz |
Diego Ramos |
Madeliy Ricra |