Port root, bimtester and sequence to feature tests

This commit is contained in:
Gorgious
2021-10-21 09:33:45 +02:00
parent c437ba8f9d
commit d6cb94c6f1
11 changed files with 375 additions and 471 deletions
@@ -0,0 +1,9 @@
@bimtester
Feature: Bimtester
Scenario: Execute Bimtester
Given an empty IFC project
When I set "scene.BimTesterProperties.should_load_from_memory" to "True"
And I set "scene.BimTesterProperties.feature" to "{cwd}/test/files/sample-ids.xml"
And I press "bim.execute_bim_tester"
Then the file "{cwd}/test/files/sample-ids.xml.html" should contain "Tests passed: <strong>1 / 1</strong> (100%)"