Skip to content

Commit 1f9ca9c

Browse files
Create notice_extractor.feature
1 parent 9a14436 commit 1f9ca9c

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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+

0 commit comments

Comments
 (0)