Giter VIP home page Giter VIP logo

Comments (1)

jacebenson avatar jacebenson commented on August 25, 2024

I can't reproduce the problem. Works for me in scope.

Also worth noting;

sn_atf is a thing that is called but not documented anywhere and seems to have a bunhc of helper functions;

  • new sn_atf.RerunTestSuiteExecutor();
  • new sn_atf.ScheduledRunsExecutor().setScheduleSysId(scheduleSysId)
  • new sn_atf.TestClaimer().setATFTestRecordSysId(test_result_sys_id)
  • sn_atf.ATFBrowserCompatibility.canLockUpComboBoxesWithIFrames()
  • sn_atf.ATFSchedule.getNewestFinishedTrackerSysIdForSchedule(scheduleSysId); is used to define trackerId
  • sn_atf.ATFSchedule.getNewestRunningTrackerSysIdForSchedule(current.sys_id)
  • sn_atf.ATFSchedule.isScheduleEnabled() seems to return value of sn_atf.schedule.enabled property
  • sn_atf.ATFTrackerUtil.batchTrackerReceivesCancelRequest(batch_tracker_sys_id)
  • sn_atf.ATFTrackerUtil.cancelTracker(batch_tracker_sys_id);
  • sn_atf.ATFTrackerUtil.failTracker(batch_tracker_sys_id);
  • sn_atf.ATFTrackerUtil.reportStepProgress(batch_tracker_sys_id, next_step_index, batch_length);
  • sn_atf.ATFTrackerUtil.successTracker(batch_tracker_sys_id);
  • sn_atf.ATFTrackerUtil.successWithWarningsTracker(batch_tracker_sys_id);
  • sn_atf.AutomatedTestingFramework.cancelTestRun(trackerId);
  • sn_atf.AutomatedTestingFramework.doesRerunSuiteHaveUITests(testSuiteSysId, previousSuiteResultSysId)
  • sn_atf.AutomatedTestingFramework.doesSuiteHaveUITests(testSuiteSysId)
  • sn_atf.AutomatedTestingFramework.doesTestHaveUISteps(testSysId)
  • sn_atf.AutomatedTestingFramework.getScreenshotsMode()
  • sn_atf.AutomatedTestingFramework.getScreenshotsQuality()
  • sn_atf.AutomatedTestingFramework.getTestRunnerFindTestIntervalSeconds()
  • sn_atf.AutomatedTestingFramework.getTestRunnerHeartbeatIntervalSeconds()
  • sn_atf.AutomatedTestingFramework.isDebugEnabled();
  • sn_atf.AutomatedTestingFramework.isRunnerEnabled()
  • sn_atf.AutomatedTestingFramework.isTestSuiteActive(current.test_suite)
  • sn_atf.AutomatedTestingFramework.killTestRun(trackerId, false); // false means the kill request is not sent from cluster message

from jace.pro.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.