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

failtest #514

Merged
merged 156 commits into from
Dec 28, 2023
Merged

failtest #514

merged 156 commits into from
Dec 28, 2023

Conversation

anandbagmar
Copy link
Member

No description provided.

anandbagmar and others added 30 commits October 10, 2023 08:40
* use ATD version 7de86266c0 that has server startup time to 150 sec

* updated to ATD 14.0.0. This uses java_client 9. Updated teswiz to resolve the breaking changes caused

* updated github actions to run builds for branch: atd14_javaclient9

* added private constructor for Randomizer

* removed atd14_javaclient9 from the pipeline trigger
Added appiumVersion 2.0.0 in capabilities for browserstack and pcloudy
* ios app terminate fixed

* reportportal logs enabled

* reverted reportportal properties change

---------

Co-authored-by: Megha Pradeep <megha30pradeep.com>
actions-user and others added 29 commits December 20, 2023 13:49
…EST_CONTEXT.UPDATED_BASE_URL_FOR_WEB in context before creating the driver

        context.addTestState(TEST_CONTEXT.UPDATED_BASE_URL_FOR_WEB, "BASE_URL");
…use a different BROWSER_CONFIG_FILE

Updated README for TEST_CONTEXT.BROWSER_CONFIG_FILE_FOR_THIS_TEST and TEST_CONTEXT.BASE_URL_FOR_WEB for specific tests.

To allow for that, before the driver is created for a test, you can add the following data to the TestExecutionContext.
Example:

    context.addTestState(TEST_CONTEXT.UPDATED_BROWSER_CONFIG_FILE_FOR_THIS_TEST, "./configs/browser_headless_config.json");
    context.addTestState(TEST_CONTEXT.UPDATED_BASE_URL_FOR_WEB, "BASE_URL");
    Drivers.createDriverFor(SAMPLE_TEST_CONTEXT.ME, Runner.getPlatform(), context);
…dencies and explicitly set the system property log4j1.compatibility=true
@anandbagmar anandbagmar merged commit d6aad03 into FAIL_TEST_ON_VISUAL_DIFFERENCE Dec 28, 2023
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.

6 participants