Skip to content

Automation of the creation and deletion of a repository in GitHub implemented using Codeceptjs.

License

Notifications You must be signed in to change notification settings

steven-morgan/github.com-Codeceptjs-Tests

Repository files navigation

Automation Exercise

Scenario's

Log in Github with a test account

Create a Github repository

Create a README.md file in the repository and commit&push it via the Github UI

Delete the repository.

How to execute

All Codeceptjs tests can be found in the github_repository directory. For local execution, copy tests to root of the repository and launch codeceptjs:

$ npx codeceptjs run -o '{"tests": "relative path to test"}' 

Reports & Screenshots

All screenshots on failure are copied to the /output/ directory. Allure reports can be executed by installing Allure and using the xml file generated in the /output/ directory.

allure serve /home/path/to/project/target/surefire-reports/

About

Automation of the creation and deletion of a repository in GitHub implemented using Codeceptjs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages