Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/e2e test script add run #262

Merged
merged 5 commits into from
Aug 30, 2024
Merged

Conversation

acuanico-tr-galt
Copy link
Collaborator

Issue being resolved: Additional script for add run command used for end to end tests

Solution description

Changes

We updated the test_end2end.py under tests_e2e to include the necessary tests/assertions.

Potential impacts

What could potentially be affected by the implemented changes?

Steps to test

You may uncomment the line from tox.ini for end to end functional test or do:

  1. Create a virtual environment then activate it.
  2. Change directory to tests_e2e
  3. Install the requirements using PIP: pip install -r requirements.txt
  4. Export your credentials in TR_CLI_USERNAME=, and TR_CLI_PASSWORD=
  5. Change the Testrail host in Line 41 of test_end2end.py to point to your Testrail host.
  6. Execute test: pytest -c ./pytest.ini -W ignore::pytest.PytestCollectionWarning .

PR Tasks

  • PR reference added to issue
  • README updated
  • Unit tests added/updated

@acuanico-tr-galt acuanico-tr-galt merged commit 950bda0 into main Aug 30, 2024
10 checks passed
@acuanico-tr-galt acuanico-tr-galt deleted the fix/e2e-test-script-add-run branch September 2, 2024 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant