Nexial Automation

Test Automation Platform for everyone!

X

nexial-core 2.6 (2019-09-06)

Release 2.6

2019-09-06

General

Fixes

  • nexial.lastScreenshot: resolved to the fully qualified path (not just the filename). Also, this System variable will resolve to the appropriate URL if nexial.outputToCloud is set to true.
  • Fixed ConcurrentModificationException while shutting down the winium driver.

Improvements

  • nexial.lastElapsedTime: record the elapsed time (in ms) for the last executed step (regardless of its PASS or FAIL status).
  • nexial.outputToCloud: automatically handles file-based resources so that when nexial.outputToCloud is set to true, local file resources will be pushed to the cloud (and its link on the output xlsx be updated).
  • Added new column for plan detail and more summarized result in email notification html.
  • minor updates to nexial-project batch files to reduce output.
  • minor improvement to trim directory name before validating its existence or usefulness.

Nexial Interactive

  • support “range” specification for activity. Now it is possible to specify 5 1-4 to run 1st through 4th activities.

Built-in Functions

  • $(array): fixed previous erroneous parsing where array is wrapped by {...} and [...] characters.
  • $(array): fixed ascending and descending sorting of numbers.

Nexial Expression

aws.vision commands

  • saveText(profile,image,var): NEW command to extract text from an image file. Supports JPG, PNG and GIF at this time. No animated GIF support for now.
    • support ‘system’ profile to simplify scripting for users using team-wide or company-wide setup

base commands

desktop commands

image commands

json commands

localdb commands

  • importCSV(var,csv,table): code fix to support columns with spaces or commas. Also fixed to support ( and ) characters in column name.

ws commands

  • fixed: handle url that contains “percent-encoding” by avoiding double-encoding error.

web commands