mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 06:32:09 +00:00
10 lines
320 B
Gherkin
10 lines
320 B
Gherkin
@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.feature"
|
|
And I press "bim.execute_bim_tester"
|
|
Then nothing happens
|