File tree Expand file tree Collapse file tree
tests/features/notice_metadata_processor Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Created by dude at 24/02/2022
2+ Feature : Notice extractor
3+ The system is extracting metadata from the xml manifestation
4+
5+ Scenario Outline : Extracting metadata
6+ Given an XML manifestation
7+ When the extracting process is executed
8+ Then extracted <metadata> is possibly available
9+
10+ Examples :
11+ | metadata |
12+ | title |
13+ | notice_publication_number |
14+ | publication_date |
15+ | ojs_issue_number |
16+ | ojs_type |
17+ | city_of_buyer |
18+ | name_of_buyer |
19+ | original_language |
20+ | country_of_buyer |
21+ | type_of_buyer |
22+ | eu_institution |
23+ | document_sent_date |
24+ | deadline_for_submission |
25+ | type_of_contract |
26+ | type_of_procedure |
27+ # | extracted_notice_type |
28+ # | form_number |
29+ | regulation |
30+ | type_of_bid |
31+ | award_criteria |
32+ | common_procurement |
33+ | place_of_performance |
34+ | internet_address |
35+ | legal_basis_directive |
36+ # | xml_schema |
37+ # | xml_schema_version |
38+
39+
You can’t perform that action at this time.
0 commit comments