Releases: Traap/amber
Releases · Traap/amber
Documentation cleanup.
README, ruby, and rspec files were reviwed.
v1.4.261
v1.4.258: Incorporate changes from FK. (#90)
* Change links to bitbucket, fix typos, change current version * Uodate example.pdf links to bitbucket links: * Changes addressing Ray's pull request comments AUTO-956 * Address pull-request observations. * Typo * gemspec changes * Sych CLO options with Ametrine. * Missed two files. * Tweak latexmk args. * validate:amber uses docbld. * Update version number. * modify gitignore to remove gemfile.lock * removed gemfile.lock * Address pull request comments. * Add prerequisite checks. * Typo * uncomment source line in gemfile
v1.3.192: Amber 082 (#83)
* Update newfactoryitem to support creating nested files.
Amber-082
newfactory supports a --debug option so show the changes that
would occur.
newfactory --plan=foo/bar/baz => factory/foo/bar/baz/baz.yaml
Removed internal documentation from template yaml files.
* Separate options.rb into two files.
#Amber-082
Options.rb is now seprated into two files, namely:
optins.rb and command_line_options.rb. All rpecs
are update to reflect new files.
* Version number update.
#Amber-082
I left a failing version_spec file when I left my house.
I was having network issues updating RubyGems. I left
the failure so I could correct the issue from my work
computer.
* Factory Structure rpecs added.
* Integrate Factory Structure methods.
Test Plan, Test Suite, and Test Case command line options parsing
uses Amber::FactoryStructure to assemble normal file names and
nested files names that are consistent with amber conventions.
* Update bundle dependencies.
* Obliterate does not recquire method argument.
* Support nested test plans, suites, and cases.
Review report/factory/suite/yamler/yamler.yaml to
fully appreciate the nesting capability Amber supports.
The external interface has not changed.
yamler.yaml will become an input specification to
RSpec.
* Create nested test cases.
Yamler.yaml illustrates a Test Suite that references nested
Test Cases.
* Write fully-qualified information to test-results file.
The full-qualified information for a Test Plan,
Test Suite, and Test Case are written as follows:
\tpo{factory/plan/test/test.tex}
\tso{factory/suite/yamler/yamler.tex}
\tco{factory/case/t001/t001.tex}
* File extension is not included in test-results.
* Add Yamler to test plan.
* Test report.
* Only run Yamler suite for now.
* RSpec add for substitution methods.
* Rspec for browser substitutions
* Rspec added for Amber::Substitute methods.
* Prepare to use standard autodoc defs.
* Rewrite Amber's intended-use.
* Add YAML test cases for substitution tests.
* Remove obsolete test case.
* Remove obsolete test cases.
* Remove obsolete test cases.
* Add tif structure test case.
* Restructure nested suites and cases.
* Add simplecov. Default is off.
* Start adding YAML test cases for command line options.
* Complete YAML test cases.
* Update Readme and publish example.pdf.
v1.2.173: Merge pull request #78 from Traap/RspecOptions
Converted testing to RSPEC
v1.2.167: Merge pull request #74 from Traap/MoreLanguages
Closed #73 - Czech, Polish, and Romanian have been added.
Simulation
This release provides two new commands --simulate and --obliterate.
Simulate is used when you are designing a report and want to preview report content without actually running the commands you have specified in your Test Case YAML files.
By default, Amber appends test runs into your Test Output Factory (test-output directory). The obliterate option will delete test-output directory and re-create it with the results of your next test run.