mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +00:00
bimtester: add simple example and translated feature files
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
Feature: Base setup
|
||||
|
||||
In order to view the BIM data
|
||||
As any interested stakeholder
|
||||
We need an IFC file
|
||||
|
||||
|
||||
Scenario: Receiving a file
|
||||
|
||||
* The IFC file "myifc.ifc" must be provided
|
||||
|
||||
* IFC data must use the IFC2X3 schema
|
||||
@@ -0,0 +1,14 @@
|
||||
# language: fr
|
||||
Fonctionnalité: Base setup
|
||||
|
||||
In order to view the BIM data
|
||||
As any interested stakeholder
|
||||
We need an IFC file
|
||||
|
||||
|
||||
Scénario: Recevoir e fichier
|
||||
|
||||
# This step will not be translated ATM. ... Needs to be translated into Frensh
|
||||
* The IFC file "myifc.ifc" must be provided
|
||||
|
||||
* Les données IFC doivent utiliser le schéma IFC2X3
|
||||
@@ -0,0 +1,15 @@
|
||||
# language: de
|
||||
|
||||
Funktionalität: Basisdaten
|
||||
|
||||
Um BIM-Daten anzusehen
|
||||
Für alle beteiligten Akteure
|
||||
Wir brauchen eine IFC-Datei
|
||||
|
||||
|
||||
Szenario: Bereitstellen von IFC-Daten
|
||||
|
||||
# Dieser step wird aktuell nicht uebersetzt
|
||||
* The IFC file "myifc.ifc" must be provided
|
||||
|
||||
* Die IFC Daten müssen das IFC2X3 Schema benutzen
|
||||
Reference in New Issue
Block a user